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