apps property

  1. @BuiltValueField.new(wireName: r'apps')
BuiltList<PaymentMethodUPIApps>? get apps

A list of apps for this payment method.

Implementation

@BuiltValueField(wireName: r'apps')
BuiltList<PaymentMethodUPIApps>? get apps;