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