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