MS enum

The Enum used for MissileSite.

Constants

saFlash → const MS

action: used in MS.ssDistressed to color blink the status message

const MS(3)
ssDefunct → const MS

state: site has no banks left with missiles

const MS(2)
ssDistressed → const MS

state: site has only one bank left with missiles

const MS(1)
ssOperational → const MS

state: site is operational

const MS(0)
values → const List<MS>

A constant List of the values in this enum, in order of their declaration.

const List<MS>

Properties

hashCode → int
The hash code for this object. [...]
read-only, inherited
index → int

The integer index of this enum.

final
runtimeType → Type
A representation of the runtime type of the object.
read-only, inherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent method or property is accessed. [...]
inherited
toString() → String
Returns a string representation of this object.
override

Operators

operator ==(Object other) → bool
The equality operator. [...]
inherited