ConsoleException constructor

ConsoleException({
  1. required String error,
})

Implementation

ConsoleException({
  required this.error,
});