UserRank class

Constructors

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

Properties

coords UserCoords?
getter/setter pair
distance String?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
lastActivate String?
getter/setter pair
rank String?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
Revert an instance of UserRank 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<UserRank>
Get a list of UserRank from a list of json
mapFromJson(Map<String, Map<String, dynamic>>? json) Map<String, UserRank>
turn nested Maps into UserRank