base64Data property

Uint8List base64Data

Implementation

Uint8List get base64Data {
  return base64Decode(split(',')[1]);
}