boolArg method

bool? boolArg(
  1. String name
)

Implementation

bool? boolArg(String name) => argResults?[name] as bool?;