allowGooglePay property

  1. @TagNumber(1)
bool get allowGooglePay

@doc Whether to allow Google Pay.

Implementation

@$pb.TagNumber(1)
$core.bool get allowGooglePay => $_getBF(0);
  1. @TagNumber(1)
set allowGooglePay (bool value)

Implementation

@$pb.TagNumber(1)
set allowGooglePay($core.bool value) => $_setBool(0, value);