ItemClient constructor

const ItemClient(
  1. DePledgeBloc bloc,
  2. int index, {
  3. Key? key,
})

Implementation

const ItemClient(this.bloc, this.index, {super.key});