Attribute.get_base constructor
Attribute.get_base(
- Entity target,
- AttributeType attribute, {
- double? scale,
gets the base modifier
Implementation
Attribute.get_base(
this.target,
this.attribute, {
this.scale,
}) : _type = _AttributeType.get_base;