hasNotDetails property
bool
get
hasNotDetails
Returns true if details
is null, otherwise false.
Implementation
bool get hasNotDetails => !hasDetails;
Returns true if details
is null, otherwise false.
bool get hasNotDetails => !hasDetails;