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