KeysArg constructor Null safety

KeysArg(
  1. {required Iterable<ProgramOperation> keys,
  2. required Arg generator(
    1. int
    ),
  3. Map<ProgramOperation, ProgramOperation> synonyms = const {}}
)

Implementation

KeysArg(
    {required this.keys, required this.generator, this.synonyms = const {}});