FlowBase class
call flow.fServe with #LOCAL variables flow.fServe(':HELSINKI:', out.outMBot, msg, pB);
Moving all flow stuff inside here Flow new class 30.3.2022
Constructors
- FlowBase()
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
fFind(
String caller, String _fs, int len) → void - Find String in out-buffers; usage: callers: rumba once
-
fServe(
String actor, StringBuffer buf, String msg, bool pr) → void -
- This is main f-Print, that handles all flowC call from every library. Do not look out unprofessionally and spam your code with print-clauses! Instead use: flow !! Actor and buf are not needed in parameter !! They are get from caller. void flow(String actor, StringBuffer buf, String msg, bool pr) DONE: To avoid messing with buffer and actor HOORAY: used local flowC(). ALL local flowC() calls this fServe() callers: 12 X usage: Short name inside class void flowServe(String actor, StringBuffer buf, String msg, bool pr) {
-
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