Packs constructor

Packs(
  1. String id,
  2. int? sortOrder,
  3. Pack packList
)

Implementation

Packs(this.id, this.sortOrder, this.packList);