isEmpty property
bool
get
isEmpty
Whether both languages are empty.
Implementation
bool get isEmpty => en.isEmpty && pt.isEmpty;
Whether both languages are empty.
bool get isEmpty => en.isEmpty && pt.isEmpty;