Returns the Uint8List of the image.
static Uint8List get bytes => _bytes ??= base64Decode(_catImage);