APIException constructor

APIException({
  1. required String message,
})

Implementation

APIException({required this.message});