CartListLoaded constructor

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

Implementation

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