build method

void build()

Implementation

void build() {
  if (_chain.isEmpty) return;
  _chainIt(0)();
}