hasNotSubjectBlobCids property
bool
get
hasNotSubjectBlobCids
Returns true if subjectBlobCids
is null, otherwise false.
Implementation
bool get hasNotSubjectBlobCids => !hasSubjectBlobCids;
Returns true if subjectBlobCids
is null, otherwise false.
bool get hasNotSubjectBlobCids => !hasSubjectBlobCids;