mangadex_library
logged_user_details
Attributes
Attributes constructor
Attributes
Attributes
constructor
Null safety
Attributes
(
String
username
,
List
<
String
>
roles
,
int
version
)
Implementation
Attributes(this.username, this.roles, this.version);
mangadex_library
logged_user_details
Attributes
Attributes constructor
Attributes class
Constructors
Attributes
fromJson
Properties
hashCode
roles
runtimeType
username
version
Methods
noSuchMethod
toString
Operators
operator ==