asFlat property
Returns flat representation string by calling toString()
and removing diacritics, converting to lowercase, and trimming all whitespace.
Implementation
string get asFlat => flatString(this);
Returns flat representation string by calling toString()
and removing diacritics, converting to lowercase, and trimming all whitespace.
string get asFlat => flatString(this);