hasNotSubjectBlobCids property

bool get hasNotSubjectBlobCids

Returns true if subjectBlobCids is null, otherwise false.

Implementation

bool get hasNotSubjectBlobCids => !hasSubjectBlobCids;