init method

void init(
  1. ArgResults argResults
)

Implementation

void init(ArgResults argResults) {
  _verbose = argResults['verbose'] as bool;
}