PayConfirmationListUpdated constructor

const PayConfirmationListUpdated({
  1. List<PayConfirmationModel?>? value,
  2. bool? mightHaveMore,
})

Implementation

const PayConfirmationListUpdated({this.value, this.mightHaveMore});