NsgApiError constructor

NsgApiError({
  1. int? code,
  2. String? message,
  3. DioExceptionType? errorType,
})

Implementation

NsgApiError({this.code, this.message, this.errorType});