APIException constructor

APIException({
  1. required String name,
  2. required String message,
})

Implementation

APIException({required this.name, required this.message});