BankFactory class
- Inheritance
- Object
- SamFactory
- BankFactory
Constructors
- BankFactory(List enums)
- Constructor that specifies Enum
Properties
- enums ↔ List
-
Storage for valid names associated with model
read / write, inherited
-
enumTypes
↔ List<
Type> -
Storage for valid types associated with model. [...]
read / write, inherited
- hashCode → int
-
The hash code for this object. [...]
read-only, inherited
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
Methods
-
autoStr(
SamModel sm, Object x) → String -
changeAutoMode(
covariant Bank bank, String sym, bool value) → void -
We have changed the
auto
mode setting. [...] -
defRender(
covariant Bank sm) → Widget - Render all other state cases
-
formatTrifecta(
SamAction sa, SamState ss, SamView sv) → dynamic -
format the Trifecta.
override
-
handleRocketSignal(
SamModel sm, SamReq req) → void - we have received a signal from the child Missile. [...]
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
saIncoming(
SamModel sm, SamReq req) → void - action handler for BK.saIncoming button press [...]
-
ssDepletedRender(
covariant Bank sm) → Widget - Render the case we are depleted [...]
-
toString(
) → String -
Returns a string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator. [...]
inherited