AppBarListLoaded constructor

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

Implementation

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