BodyComponentListLoaded constructor

const BodyComponentListLoaded({
  1. bool? mightHaveMore,
  2. List<BodyComponentModel?>? values = const [],
})

Implementation

const BodyComponentListLoaded({this.mightHaveMore, this.values = const []});