PayConfirmationListLoaded constructor

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

Implementation

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