Position class

Constructors

Position({required String userTag, required String beaconId, required DateTime inTime, required DateTime outTime, required int doomId, required String userName, required String userRank, required int userRoomId, required int userDoomId, required String name})
Position.fromJson(Map<String, dynamic> json)

Properties

beaconId String
getter/setter pair
doomId int
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
inTime DateTime
getter/setter pair
name String
getter/setter pair
outTime DateTime
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
userDoomId int
getter/setter pair
userName String
getter/setter pair
userRank String
getter/setter pair
userRoomId int
getter/setter pair
userTag String
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toListTile() ListTile
toString() String
A string representation of this object.
inherited

Operators

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

Static Methods

updatePrefs(Position r) → void
userInit() → void