UPaymentLine constructor

const UPaymentLine(
  1. String label,
  2. String value
)

Implementation

const UPaymentLine(this.label, this.value);