NonInteractiveContextException constructor

const NonInteractiveContextException({
  1. required String commandName,
  2. required String reason,
})

Implementation

const NonInteractiveContextException({
  required this.commandName,
  required this.reason,
});