menu
magiclane_maps_flutter
weather.dart
Conditions
image property
image
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
weather
Conditions
image property
Conditions class