hasDescription property

bool get hasDescription

Returns true if description is not null, otherwise false.

Implementation

bool get hasDescription => description != null;