toSetValue abstract method
Return a set corresponding to the value of the object being represented,
or null
if
- this object is not of type 'Set', or
- the value of the object being represented is
null
.
Implementation
Set<DartObject>? toSetValue();
Return a set corresponding to the value of the object being represented,
or null
if
null
.Set<DartObject>? toSetValue();