AttackProperty constructor
AttackProperty({
- AttackLayer? attackLayer,
- AttackPropertyIdentifier? attackPropertyIdentifier,
- List<
Contributor> ? topContributors, - int? total,
- Unit? unit,
Implementation
AttackProperty({
this.attackLayer,
this.attackPropertyIdentifier,
this.topContributors,
this.total,
this.unit,
});