archethic_lib_dart
coins_current_data_response
Image
Image constructor
Image
Image
constructor
Null safety
Image
(
{
String
?
thumb
,
String
?
small
,
String
?
large
}
)
Implementation
Image({ this.thumb, this.small, this.large, });
archethic_lib_dart
coins_current_data_response
Image
Image constructor
Image class
Constructors
Image
fromJson
Properties
hashCode
large
runtimeType
small
thumb
Methods
noSuchMethod
toJson
toString
Operators
operator ==