flutter_json_widgets
image_provider
MemoryImage
MemoryImage const constructor
MemoryImage
MemoryImage
constructor
Null safety
const
MemoryImage
(
List
<
int
>
bytes
,
{
double
scale
}
)
Implementation
const factory MemoryImage(final List<int> bytes, {final double scale}) = _$MemoryImage;
flutter_json_widgets
image_provider
MemoryImage
MemoryImage const constructor
MemoryImage class
Constructors
MemoryImage
fromJson
Properties
bytes
copyWith
hashCode
runtimeType
scale
Methods
map
mapOrNull
maybeMap
maybeWhen
noSuchMethod
toJson
toString
when
whenOrNull
Operators
operator ==