class described image data in SDK More...
Inherits Finalizable.
Public Attributes | |
Uint8List get | data |
binary source data of the image | |
int get | width |
decoded image width | |
int get | height |
decoded image height | |
ImageType get | type |
decoded image type | |
class described image data in SDK
Referenced from Sublocation.
Definition at line 22 of file image.dart.
Uint8List get Image.data |
binary source data of the image
Definition at line 28 of file image.dart.
int get Image.height |
decoded image height
Definition at line 36 of file image.dart.
ImageType get Image.type |
decoded image type
Definition at line 40 of file image.dart.
int get Image.width |
decoded image width
Definition at line 32 of file image.dart.