build method

void build(
  1. String _emblem,
  2. String _master
)
override

Method for further setting class fields in working condition. CalledBy: Roll.

Implementation

void build(String _emblem, String _master) {
  st['wake'] = true; //  sleep-state ends
  st['work'] = true; //   Connector is in work-state.
  buf.writeln('$_bm :connector: -> build done');
}