MyListView constructor

const MyListView(
  1. dynamic _param, {
  2. Key? key,
})

Implementation

const MyListView(this._param, {super.key});