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