RestApiException constructor

RestApiException(
  1. int? errorCode,
  2. String? message
)

Implementation

RestApiException(this.errorCode, this.message);