ShapeDecorationUtility<T extends Attribute> constructor

ShapeDecorationUtility<T extends Attribute>(
  1. T builder(
    1. ShapeDecorationDto
    )
)

Implementation

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