TableEnumConstraint class

Table enum field constraint.

Inheritance

Constructors

TableEnumConstraint(String field, Iterable<String> values)

Properties

field String
The constraint filed/column name.
finalinherited
hashCode int
The hash code for this object.
no setteroverride
priority int
The constraint priority to use in sorting.
no setteroverride
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
values Set<String>
The possible values of the enum.
final

Methods

compareTo(TableConstraint other) int
Compares this object to another object.
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override

Operators

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