toDartSet method
Implementation
Set<Object> toDartSet({
Object Function(ObjCObjectBase) convertOther = _defaultDartConverter,
}) => map((o) => toDartObject(o, convertOther: convertOther)).toSet();
Set<Object> toDartSet({
Object Function(ObjCObjectBase) convertOther = _defaultDartConverter,
}) => map((o) => toDartObject(o, convertOther: convertOther)).toSet();