Argenius constructor

Argenius(
  1. {List<String> args = const []}
)

Implementation

Argenius({ List<String> args = const [] }) {
  parse(args);
}