class described image data in SDK More...
Inherits Finalizable.
Public Member Functions | |
| bool | isValid () |
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 26 of file image.dart.
| bool Image.isValid | ( | ) |
| Uint8List get Image.data |
binary source data of the image
Definition at line 34 of file image.dart.
| int get Image.height |
decoded image height
Definition at line 42 of file image.dart.
| ImageType get Image.type |
decoded image type
Definition at line 46 of file image.dart.
| int get Image.width |
decoded image width
Definition at line 38 of file image.dart.