IgnoreLength enum

Inheritance

Constructors

IgnoreLength()
const

Values

None → const IgnoreLength

None = 0

Week → const IgnoreLength

Week = 1

TwoWeeks → const IgnoreLength

TwoWeeks = 2

ThreeWeeks → const IgnoreLength

ThreeWeeks = 3

Month → const IgnoreLength

Month = 4

ThreeMonths → const IgnoreLength

ThreeMonths = 5

SixMonths → const IgnoreLength

SixMonths = 6

Year → const IgnoreLength

Year = 7

Forever → const IgnoreLength

Forever = 8

ThreeMinutes → const IgnoreLength

ThreeMinutes = 9

Hour → const IgnoreLength

Hour = 10

ThirtyDays → const IgnoreLength

ThirtyDays = 11

ProtectedInvalidEnumValue → const IgnoreLength

value not found fallback

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

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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

Constants

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