LoginSession class

Constructors

LoginSession({String? id, String? ip, String? app, String? os, String? device, int? loginAttemptAt, int? loginSuccessAt, int? allowPrivacyType, int? platformId, String? platformLabel, int? logoutAt, int? revokedAt, int? logoUrl})
LoginSession.fromJson(Map<String, dynamic> json)

Properties

allowPrivacyType int?
getter/setter pair
app String?
getter/setter pair
device String?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
id String?
getter/setter pair
ip String?
getter/setter pair
loginAttemptAt int?
getter/setter pair
loginSuccessAt int?
getter/setter pair
logoUrl int?
getter/setter pair
logoutAt int?
getter/setter pair
os String?
getter/setter pair
platformId int?
getter/setter pair
platformLabel String?
getter/setter pair
revokedAt int?
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>
toString() String
A string representation of this object.
inherited

Operators

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