BoxConstraintsUtility<T extends Attribute> constructor

BoxConstraintsUtility<T extends Attribute>(
  1. T builder(
    1. BoxConstraintsDto
    )
)

Implementation

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