Attribute.get_modifier constructor
Attribute.get_modifier(
- Entity target,
- AttributeType attribute, {
- required String? uuid,
- double? scale,
gets the modifiers value by uuid
Implementation
Attribute.get_modifier(
this.target,
this.attribute, {
required this.uuid,
this.scale,
}) : _type = _AttributeType.get_modifier,
assert(uuid != null);