toSetValue abstract method

Set<DartObject>? toSetValue()

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();