totalWithDiscount property

  1. @TagNumber(3)
double totalWithDiscount

Implementation

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

Implementation

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