FromBase64 property

Uint8List FromBase64

Implementation

Uint8List get FromBase64 {
  return base64.decode(this);
}