ItemAbility constructor

ItemAbility({
  1. int? id,
  2. String? name,
  3. List<Descriptions>? descriptions,
  4. List<NamedAPIResource>? items,
  5. List<Names>? names,
})

Implementation

ItemAbility({this.id, this.name, this.descriptions, this.items, this.names});