CliException constructor

CliException({
  1. required String message,
})

Implementation

CliException({required this.message});