googlePay property

GooglePayInfoBuilder get googlePay

Implementation

GooglePayInfoBuilder get googlePay =>
    _$this._googlePay ??= GooglePayInfoBuilder();
set googlePay (GooglePayInfoBuilder? googlePay)

Implementation

set googlePay(GooglePayInfoBuilder? googlePay) =>
    _$this._googlePay = googlePay;