StrutStyleUtility<T extends Attribute> constructor

StrutStyleUtility<T extends Attribute>(
  1. T builder(
    1. StrutStyleDto
    )
)

Implementation

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