buyPrice property

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

Implementation

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

Implementation

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