imageData64 property

String imageData64

Returns image data as BASE64 string

Implementation

String get imageData64 => base64.encode(imageData);