usePriceNotifications property

  1. @TagNumber(41)
bool get usePriceNotifications

Implementation

@$pb.TagNumber(41)
$core.bool get usePriceNotifications => $_getBF(40);
  1. @TagNumber(41)
set usePriceNotifications (bool v)

Implementation

@$pb.TagNumber(41)
set usePriceNotifications($core.bool v) { $_setBool(40, v); }