stringArg method

String? stringArg(
  1. String name
)

Implementation

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