totalWithoutDiscount property

  1. @TagNumber(4)
double totalWithoutDiscount

Implementation

@$pb.TagNumber(4)
$core.double get totalWithoutDiscount => $_getN(3);
  1. @TagNumber(4)
void totalWithoutDiscount=(double v)

Implementation

@$pb.TagNumber(4)
set totalWithoutDiscount($core.double v) { $_setDouble(3, v); }