hasDetails property

bool get hasDetails

Returns true if details is not null, otherwise false.

Implementation

bool get hasDetails => details != null;