EnumTypeConverter<T extends Enum> class

Inheritance

Constructors

EnumTypeConverter(List<T> values)
const

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
type String
The sql type to be converted
finalinherited
values List<T>
final

Methods

canEncodeValue(dynamic value) bool
inherited
decode(dynamic value) → T
override
encode(T value) String
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
tryEncode(dynamic value) → dynamic
inherited

Operators

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