ErrorData constructor

ErrorData({
  1. int? totalErrores,
  2. List<ErrorDetail>? errores,
  3. String? idFactura,
})

Implementation

ErrorData({this.totalErrores, this.errores, this.idFactura});