asFlat property

string get asFlat

Returns flat representation string by calling toString() and removing diacritics, converting to lowercase, and trimming all whitespace.

Implementation

string get asFlat => flatString(this);