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