latinGreekDecoded property

String get latinGreekDecoded

Converts to string with latinGreek.decoder.

Implementation

String get latinGreekDecoded {
  return latinGreek.decoder.convert(this);
}