MmApiException constructor

MmApiException(
  1. int code,
  2. String? message
)

Implementation

MmApiException(this.code, this.message);