value property

String get value

Gets the value of the entry as a string.

Implementation

String get value => utf8.decode(rawValue);