menu
magiclane_maps_flutter package
documentation
weather.dart
Conditions
image property
image property
dark_mode
light_mode
image
property
Uint8List
get
image
Image representation as raw bytes.
Returns
Uint8List
: Byte array containing the condition image data.
Implementation
Uint8List get image => img.getRenderableImageBytes()!;
magiclane_maps_flutter package
documentation
weather
Conditions
image property
Conditions class