PayListUpdated constructor

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

Implementation

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