Logic enum

Inheritance
Implemented types

Constructors

Logic(int value)
const
Logic.fromInt(num i)
factory

Values

equals → const Logic
const Logic(1)
lessThan → const Logic
const Logic(2)
greaterThan → const Logic
const Logic(3)
lessThanOrEqualTo → const Logic
const Logic(4)
greaterThanOrEqualTo → const Logic
const Logic(5)
contains → const Logic
const Logic(6)
notContains → const Logic
const Logic(7)
endsWidth → const Logic
const Logic(8)
startsWith → const Logic
const Logic(9)
notEqual → const Logic
const Logic(10)
notEndsWith → const Logic
const Logic(12)
notStartsWith → const Logic
const Logic(11)
between → const Logic
const Logic(13)

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
value int
final

Methods

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.
inherited

Constants

values → const List<Logic>
A constant List of the values in this enum, in order of their declaration.