GridListLoaded constructor Null safety

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

Implementation

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