encodeBase64 property

String get encodeBase64

Implementation

String get encodeBase64 => isEmpty ? '' : base64.encode(utf8.encode(this));