WebEditorial class - search library - Dart API
WebEditorial
WebEditorial class
Contains information about editorial article and a link to it.
Constructors
- WebEditorial(String description, String language, WebSource source)
- Creates a new instance.
- WebEditorial.withDefaults()
- Creates a new instance.
Properties
- description ↔ String
-
Content of the editorial.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setter
- language ↔ String
-
Information about language in which edtitorial was written.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- source ↔ WebSource
-
Detailed information about editorial article.
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool - The equality operator.