CityKeyListJsonConverter class
- Inheritance
-
- Object
- ListJsonConverter<
CityKey> - CityKeyListJsonConverter
Constructors
- CityKeyListJsonConverter()
-
const
Properties
Methods
-
fromJson(
dynamic json) → List< CityKey> ? -
inherited
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
List< CityKey> ? object) → dynamic -
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited