OoplaApiError constructor

const OoplaApiError(
  1. int code,
  2. String msg
)

Implementation

const OoplaApiError(
  this.code,
  this.msg,
);