ContentTypeProfiles constructor

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

Implementation

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