image property

Uint8List? get image

Feature image.

Implementation

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