value property

String get value

Implementation

String get value => switch (this) {
  Encoding.jsonParsed => 'jsonParsed',
  Encoding.base64 => 'base64',
  Encoding.base58 => 'base58',
  Encoding.json => 'json',
};