QueryArgProfiles constructor

QueryArgProfiles({
  1. required int quantity,
  2. List<QueryArgProfile>? items,
})

Implementation

QueryArgProfiles({
  required this.quantity,
  this.items,
});