UserCoordinateResponse class

Constructors

UserCoordinateResponse()
UserCoordinateResponse.fromJson(Map<String, dynamic>? json)
Get and instance of UserCoordinateResponse from Json

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
userCoords List<UserCoords>
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
Revert an instance of UserCoordinateResponse to a Json
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Methods

listFromJson(List? json) List<UserCoordinateResponse>
Get a list of UserCoordinateResponse from a list of json
mapFromJson(Map<String, Map<String, dynamic>>? json) Map<String, UserCoordinateResponse>
turn nested Maps into UserCoordinateResponse