hasNotDescription property

bool get hasNotDescription

Returns true if description is null, otherwise false.

Implementation

bool get hasNotDescription => !hasDescription;