mineral
api
Image
Image constructor
Image
Image
constructor
Null safety
Image
(
{
required
String
url
,
String
?
proxyUrl
,
int
?
width
,
int
?
height
}
)
Implementation
Image({ required this.url, this.proxyUrl, this.width, this.height });
mineral
api
Image
Image constructor
Image class
Constructors
Image
Properties
hashCode
height
proxyUrl
runtimeType
url
width
Methods
noSuchMethod
toJson
toString
Operators
operator ==