BlocList constructor

BlocList(
  1. WidgetNodeSpec spec,
  2. Map state,
  3. Map? evaluatorContext, {
  4. Key? key,
})

Implementation

BlocList(super.spec, super.state, super.evaluatorContext, {super.key});