BodyComponentListUpdated constructor

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

Implementation

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