CarpenterCollectionLoadRequest constructor

const CarpenterCollectionLoadRequest({
  1. required CarpenterCollectionLoadReason reason,
  2. required CarpenterCollectionCancellation cancellation,
})

Implementation

const CarpenterCollectionLoadRequest({
  required this.reason,
  required this.cancellation,
});