billingDashboardUrl property

  1. @TagNumber(4)
String billingDashboardUrl

Implementation

@$pb.TagNumber(4)
$core.String get billingDashboardUrl => $_getSZ(3);
  1. @TagNumber(4)
void billingDashboardUrl=(String v)

Implementation

@$pb.TagNumber(4)
set billingDashboardUrl($core.String v) { $_setString(3, v); }