ViewColumn enum

Inheritance

Constructors

ViewColumn(num value)
const

Values

active → const ViewColumn
const ViewColumn(-1)
beside → const ViewColumn
const ViewColumn(-2)
one → const ViewColumn
const ViewColumn(1)
two → const ViewColumn
const ViewColumn(2)
three → const ViewColumn
const ViewColumn(3)
four → const ViewColumn
const ViewColumn(4)
five → const ViewColumn
const ViewColumn(5)
six → const ViewColumn
const ViewColumn(6)
seven → const ViewColumn
const ViewColumn(7)
eight → const ViewColumn
const ViewColumn(8)
nine → const ViewColumn
const ViewColumn(9)

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 num
final

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<ViewColumn>
A constant List of the values in this enum, in order of their declaration.