AttackProperty constructor

AttackProperty({
  1. AttackLayer? attackLayer,
  2. AttackPropertyIdentifier? attackPropertyIdentifier,
  3. List<Contributor>? topContributors,
  4. int? total,
  5. Unit? unit,
})

Implementation

AttackProperty({
  this.attackLayer,
  this.attackPropertyIdentifier,
  this.topContributors,
  this.total,
  this.unit,
});