APIError constructor

APIError({
  1. String? message = '',
})

Implementation

APIError({this.message = ''});