AttributeUnit enum

Types of unit for network attributes.

Inheritance

Constructors

AttributeUnit()
const

Values

unknown → const AttributeUnit

An unknown unit.

inches → const AttributeUnit

An inches attribute unit.

feet → const AttributeUnit

A feet attribute unit.

yards → const AttributeUnit

A yards attribute unit.

miles → const AttributeUnit

A miles attribute unit.

millimeters → const AttributeUnit

A millimeters attribute unit.

centimeters → const AttributeUnit

A centimeters attribute unit.

decimeters → const AttributeUnit

A decimeters attribute unit.

meters → const AttributeUnit

A meters attribute unit.

kilometers → const AttributeUnit

A kilometers attribute unit.

nauticalMiles → const AttributeUnit

A nautical miles attribute unit.

decimalDegrees → const AttributeUnit

A decimal degrees attribute unit.

seconds → const AttributeUnit

A seconds attribute unit.

minutes → const AttributeUnit

A minutes attribute unit.

hours → const AttributeUnit

An hours attribute unit.

days → const AttributeUnit

A days attribute unit.

Properties

coreValue int
no setter
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<AttributeUnit>
A constant List of the values in this enum, in order of their declaration.