bytes property

Uint8List get bytes

Returns the Uint8List of the image.

Implementation

static Uint8List get bytes => _bytes ??= base64Decode(_catImage);