PaymentProductField constructor
PaymentProductField(
- String id,
- PaymentProductFieldType type,
- PaymentProductFieldDisplayHints? displayHints, {
- DataRestrictions dataRestrictions = const DataRestrictions.empty(),
Implementation
PaymentProductField(this.id, this.type, this.displayHints,
{this.dataRestrictions = const DataRestrictions.empty()});