toBase64 property

String get toBase64

Implementation

String get toBase64 => base64.encode(utf8.encode(this ?? ''));