hasUnknown property
bool
get
hasUnknown
Returns true if this object has unknown objects, otherwise false.
Implementation
bool get hasUnknown => $unknown != null;
Returns true if this object has unknown objects, otherwise false.
bool get hasUnknown => $unknown != null;