tipAmount property

  1. @TagNumber.new(11)
int get tipAmount

Implementation

@$pb.TagNumber(11)
$core.int get tipAmount => $_getIZ(10);
  1. @TagNumber.new(11)
set tipAmount (int v)

Implementation

@$pb.TagNumber(11)
set tipAmount($core.int v) { $_setSignedInt32(10, v); }