uri property

String uri

Convert bytes array into uri

Implementation

String get uri => '$_memoryUriPrefix${base64Encode(this)}';