CustomHeaders constructor
CustomHeaders({
- required int quantity,
- List<
OriginCustomHeader> ? items,
Implementation
CustomHeaders({
required this.quantity,
this.items,
});