v1CustomRevertError constructor

const v1CustomRevertError({
  1. String? errorName,
  2. String? paramsJson,
})

Implementation

const v1CustomRevertError({
   this.errorName,
   this.paramsJson,
});