image property
Uint8List?
get
image
Feature image.
Implementation
Uint8List? get image => convertToNullableUint8List(_map["image"] as String?);
Feature image.
Uint8List? get image => convertToNullableUint8List(_map["image"] as String?);