ApiException constructor

const ApiException({
  1. String? code,
  2. String? message,
})

Implementation

const ApiException({this.code, this.message});