hasLastAppealedAt property
bool
get
hasLastAppealedAt
Returns true if lastAppealedAt
is not null, otherwise false.
Implementation
bool get hasLastAppealedAt => lastAppealedAt != null;
Returns true if lastAppealedAt
is not null, otherwise false.
bool get hasLastAppealedAt => lastAppealedAt != null;