buyPrice property

  1. @TagNumber.new(18)
double get buyPrice

Implementation

@$pb.TagNumber(18)
$core.double get buyPrice => $_getN(17);
  1. @TagNumber.new(18)
set buyPrice (double v)

Implementation

@$pb.TagNumber(18)
set buyPrice($core.double v) { $_setDouble(17, v); }