toSetType method

TypeInfo<Set<T>> toSetType()

Returns this as a TypeInfo for Set<T>.

Implementation

TypeInfo<Set<T>> toSetType() => TypeInfo.fromType(Set, [this]);