mangadex_api
mangadex_api
User
User constructor
User
mangadex_api
mangadex_api
User
User constructor
User class
Constructors
User
Properties
hashCode
id
runtimeType
username
Methods
noSuchMethod
toString
Operators
operator ==
User
constructor
Null safety
User
(
{
required
String
username
,
required
String
id
}
)
Implementation
User({required this.username, required this.id});