FromBase64Url property

Uint8List FromBase64Url

Implementation

Uint8List get FromBase64Url {
  return base64Url.decode(this);
}