SquareError constructor

SquareError({
  1. String? category,
  2. SquareErrorCode? code,
  3. String? detail,
  4. String? field,
})

Implementation

SquareError({this.category, this.code, this.detail, this.field});