Attribute.get_base constructor

Attribute.get_base(
  1. Entity target,
  2. AttributeType attribute, {
  3. double? scale,
})

gets the base modifier

Implementation

Attribute.get_base(
  this.target,
  this.attribute, {
  this.scale,
}) : _type = _AttributeType.get_base;