TotalPayError constructor
TotalPayError({
- TotalPayResult? result,
- num? errorCode,
- String? errorMessage,
- List<
TotalPayExactError> ? errors,
Implementation
TotalPayError({
this.result,
this.errorCode,
this.errorMessage,
this.errors,
});