keyAsString property
String
get
keyAsString
Convenience method to decode the key as UTF-8 string
Implementation
String get keyAsString => utf8.decode(key);
Convenience method to decode the key as UTF-8 string
String get keyAsString => utf8.decode(key);