PlatformUserDetail class

Constructors

PlatformUserDetail({int? id, String? uuid, String? uniqueId, int? platformId, int? isPro, int? usernameId, int? userId, int? proId, int? roleId, int? banAt, dynamic thumbnail, dynamic username, dynamic displayName, dynamic firebaseId, int? createdAt})
PlatformUserDetail.fromJson(Map<String, dynamic> json)

Properties

banAt int?
getter/setter pair
createdAt int?
getter/setter pair
displayName ↔ dynamic
getter/setter pair
firebaseId ↔ dynamic
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
id int?
getter/setter pair
isPro int?
getter/setter pair
platformId int?
getter/setter pair
proId int?
getter/setter pair
roleId int?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
thumbnail ↔ dynamic
getter/setter pair
uniqueId String?
getter/setter pair
userId int?
getter/setter pair
username ↔ dynamic
getter/setter pair
usernameId int?
getter/setter pair
uuid String?
getter/setter pair

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