hasNotDescription property
bool
get
hasNotDescription
Returns true if description
is null, otherwise false.
Implementation
bool get hasNotDescription => !hasDescription;
Returns true if description
is null, otherwise false.
bool get hasNotDescription => !hasDescription;