BaseStruct class abstract

usage: chore, connector, box_serve, dawo_hist

Implementers

Constructors

BaseStruct()

Properties

buf StringBuffer
getter/setter pair
clause String
Like: ":ALLOW X :LOW Y :ROLE Z :GOAL XX :OPEN YY Combination of #LANG words in sentence.
getter/setter pair
emblem String
or this emblem.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
indent String
3-5-7 empty marks or something visible. like: " ";
getter/setter pair
info String
getter/setter pair
master String
Object that owns this.
getter/setter pair
motto String
getter/setter pair
name String
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
say Map<String, String>
using now Map: say
getter/setter pair
seal String
devMemo: PLAN: Two fields for to better shape outPut stuff in console. like: ":DAWO-APP:";
getter/setter pair
st Map<String, bool>
4 var to control connectors state, working-condition-state values. DONE: This is now a map.
getter/setter pair

Methods

build(String _emblem, String _master) → void
Method for setting class in working condition.
done() → void
Close method.
init() → void
Method for setting class field values. TODO add parameters
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
roll() → void
#run-like method, it my have sub-methods; do, run.
show(String action) → void
Presentation method.
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited