SquareError constructor
SquareError({
- String? category,
- SquareErrorCode? code,
- String? detail,
- String? field,
Implementation
SquareError({this.category, this.code, this.detail, this.field});