ImageData class

Inheritance

Constructors

ImageData({required String? albumId, required String assetId, required String? uri, required Uint8List? imageData})

Properties

albumId String?
finalinherited
assetId String
finalinherited
hashCode int
The hash code for this object.
no setterinherited
imageData Uint8List?
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
type MediaType
finalinherited
uri String?
finalinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toMap() Map
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Methods

fromJson(Map json) ImageData
override