mangadex_library
token_check
AuthenticationCheck
AuthenticationCheck constructor
AuthenticationCheck
AuthenticationCheck
constructor
Null safety
AuthenticationCheck
(
String
result
,
bool
isAuthenticated
,
List
<
String
>
roles
,
List
<
String
>
permissions
)
Implementation
AuthenticationCheck( this.result, this.isAuthenticated, this.roles, this.permissions);
mangadex_library
token_check
AuthenticationCheck
AuthenticationCheck constructor
AuthenticationCheck class
Constructors
AuthenticationCheck
fromJson
Properties
hashCode
isAuthenticated
permissions
result
roles
runtimeType
Methods
noSuchMethod
toString
Operators
operator ==