FlagNotFoundException constructor

const FlagNotFoundException({
  1. required String identifier,
  2. required String superiorCommandIdentifier,
})

Implementation

const FlagNotFoundException({
  required this.identifier,
  required this.superiorCommandIdentifier,
});