toBase64 method

String toBase64()

Convert to Base64 String

Implementation

String toBase64() => _data.toBase64();