MdListUtil<T extends dynamic> constructor

const MdListUtil<T extends dynamic>(
  1. T builder(
    1. MdListDto
    )
)

Implementation

const MdListUtil(super.builder) : super(valueToDto: MdListDto.from);