latinGreekDecoded property
String
get
latinGreekDecoded
Converts to string with latinGreek.decoder
.
Implementation
String get latinGreekDecoded {
return latinGreek.decoder.convert(this);
}
Converts to string with latinGreek.decoder
.
String get latinGreekDecoded {
return latinGreek.decoder.convert(this);
}