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