isEmpty property
Indicates whether this Announcement is empty.
Implementation
bool get isEmpty => title.isEmpty && body?.isNotEmpty != true;
Indicates whether this Announcement is empty.
bool get isEmpty => title.isEmpty && body?.isNotEmpty != true;