ResponseException constructor

ResponseException({
  1. required String message,
})

Implementation

ResponseException({required this.message});