MdTableUtil<T extends dynamic> constructor

const MdTableUtil<T extends dynamic>(
  1. T builder(
    1. MdTableDto
    )
)

Implementation

const MdTableUtil(super.builder) : super(valueToDto: MdTableDto.from);