ExtraInfo class Places
Extra info
Constructors
- ExtraInfo()
- ExtraInfo.fromList(List input)
Properties
- hashCode → int
-
The hash code for this object.
no setteroverride
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
add(
dynamic key, dynamic value) → void - Method for adding a key-value pair to data
-
getByKey(
dynamic key) → dynamic - Get the value of a key
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toInputFormat(
) → List< String> - Formats the data as a list of strings
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
covariant ExtraInfo other) → bool -
The equality operator.
override