UserCoords class

Constructors

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

Properties

coords List<Coordinate>
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
remarkCode String?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
teamCode String?
getter/setter pair
userCode String?
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 UserCoords 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<UserCoords>
Get a list of UserCoords from a list of json
mapFromJson(Map<String, Map<String, dynamic>>? json) Map<String, UserCoords>
turn nested Maps into UserCoords