eField enum

Inheritance

Constructors

eField()
const

Values

FLD_NORADNUM → const eField
FLD_INTLDESC → const eField
FLD_SET → const eField
FLD_EPOCHYEAR → const eField
FLD_EPOCHDAY → const eField
FLD_ORBITNUM → const eField
FLD_I → const eField
FLD_RAAN → const eField
FLD_E → const eField
FLD_ARGPER → const eField
FLD_M → const eField
FLD_MMOTION → const eField
FLD_MMOTIONDT → const eField
FLD_MMOTIONDT2 → const eField
FLD_BSTAR → const eField
FLD_LAST → const eField

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