apps property

ListBuilder<PaymentMethodUPIApps> get apps

Implementation

ListBuilder<PaymentMethodUPIApps> get apps =>
    _$this._apps ??= ListBuilder<PaymentMethodUPIApps>();
set apps (ListBuilder<PaymentMethodUPIApps>? apps)

Implementation

set apps(ListBuilder<PaymentMethodUPIApps>? apps) => _$this._apps = apps;