mineral
builders
Author
Author constructor
Author
Author
constructor
Null safety
Author
(
{
required
String
name
,
String
?
url
,
String
?
iconUrl
,
String
?
proxyIconUrl
}
)
Implementation
Author({ required this.name, this.url, this.iconUrl, this.proxyIconUrl });
mineral
builders
Author
Author constructor
Author class
Constructors
Author
Properties
hashCode
iconUrl
name
proxyIconUrl
runtimeType
url
Methods
noSuchMethod
toJson
toString
Operators
operator ==