Separate subtitle of a certain type.
- Implemented types
Constructors
-
SearchSubtitleItem(String type, String? text, List<
KeyValuePair> properties) -
factory
Properties
- hashCode → int
-
The hash code for this object.
no setteroverride
-
properties
→ List<
KeyValuePair> -
Detailed subtitle info. For example, [ {"key": "currency", "value":
"USD"}, {"key": "buy", "value": "57.3"}, {"key": "sell", "value":
"57.69"} ].
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- text → String?
-
Short summary text. For example, "USD 57.69/57.3".
no setter
- type → String
-
Subtitle type. For example, "exchange".
no setter
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
covariant SearchSubtitleItem other) → bool -
The equality operator.
override