BulkSummary constructor
const
BulkSummary({})
Creates a new BulkSummary.
Implementation
const BulkSummary({
required this.total,
required this.valid,
required this.invalid,
required this.processed,
});
Creates a new BulkSummary.
const BulkSummary({
required this.total,
required this.valid,
required this.invalid,
required this.processed,
});