SessionModel.fromMap constructor
Implementation
SessionModel.fromMap(super.map)
: deviceId = map.getString(deviceIdTag)!,
userId = map.getString(userIdTag)!,
startAt = map.getDateTime(startAtTag)!,
lastUseAt = map.getDateTime(lastUseAtTag)!,
super.fromMap();