PaymentStatus constructor

PaymentStatus({
  1. int? id,
  2. String? label,
})

Implementation

PaymentStatus({this.id, this.label});