SerdeTypeSet class

Inheritance

Properties

generic SerdeType
final
hashCode int
The hash code for this object.
no setteroverride
inner String
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override
when<T>({required T bool(), required T int(), required T num(), required T str(), required T option(SerdeTypeOption), required T duration(), required T list(SerdeTypeList), required T set(SerdeTypeSet), required T map(SerdeTypeMap), required T function(), required T nested(SerdeTypeNested), required T union(SerdeTypeUnion), required T unionType(SerdeTypeUnionType), required T enumV(SerdeTypeEnum<Object?>), required T dynamic(), required T late(SerdeTypeLate)}) → T
inherited
whenMaybe<T>({T bool()?, T int()?, T num()?, T str()?, T option(SerdeTypeOption)?, T duration()?, T list(SerdeTypeList)?, T set(SerdeTypeSet)?, T map(SerdeTypeMap)?, T function()?, T nested(SerdeTypeNested)?, T union(SerdeTypeUnion)?, T unionType(SerdeTypeUnionType)?, T enumV(SerdeTypeEnum<Object?>)?, T dynamic()?, T late(SerdeTypeLate)?, required T orElse()}) → T
inherited

Operators

operator ==(Object other) bool
The equality operator.
override