hasSubjectBlobCids property

bool get hasSubjectBlobCids

Returns true if subjectBlobCids is not null, otherwise false.

Implementation

bool get hasSubjectBlobCids => subjectBlobCids != null;