LabelledBodyComponentListUpdated constructor

const LabelledBodyComponentListUpdated({
  1. List<LabelledBodyComponentModel?>? value,
  2. bool? mightHaveMore,
})

Implementation

const LabelledBodyComponentListUpdated({this.value, this.mightHaveMore});