ShadowUtility<T extends Attribute> constructor
ShadowUtility<T extends Attribute> (
- T builder()
Creates a new ShadowUtility instance.
The builder function is used to create new instances of T.
Implementation
ShadowUtility(super.builder) : super(valueToDto: (value) => value.toDto());