LastPaymentDetails constructor

const LastPaymentDetails({
  1. String? status,
  2. Money? amount,
  3. String? time,
})

Implementation

const LastPaymentDetails({this.status, this.amount, this.time});