PaymentProductField constructor

PaymentProductField(
  1. String id,
  2. PaymentProductFieldType type,
  3. PaymentProductFieldDisplayHints? displayHints, {
  4. DataRestrictions dataRestrictions = const DataRestrictions.empty(),
})

Implementation

PaymentProductField(this.id, this.type, this.displayHints,
    {this.dataRestrictions = const DataRestrictions.empty()});