init method

void init(
  1. String init
)

Implementation

void init(String init) {
  _inits.add(init);
}