CsApiException constructor

const CsApiException(
  1. String? message,
  2. int? code
)

Implementation

const CsApiException(
  this.message,
  this.code,
);