AnimatedUtility<T extends Attribute> constructor

AnimatedUtility<T extends Attribute>(
  1. T builder(
    1. AnimatedDataDto
    )
)

Implementation

AnimatedUtility(super.builder) : super(valueToDto: (value) => value.toDto());