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