ErrorData constructor
ErrorData({
- int? totalErrores,
- List<
ErrorDetail> ? errores, - String? idFactura,
Implementation
ErrorData({this.totalErrores, this.errores, this.idFactura});