hasNotDetails property

bool get hasNotDetails

Returns true if details is null, otherwise false.

Implementation

bool get hasNotDetails => !hasDetails;