amountFromNo property

  1. @TagNumber(20)
int get amountFromNo

Implementation

@$pb.TagNumber(20)
$core.int get amountFromNo => $_getIZ(19);
  1. @TagNumber(20)
set amountFromNo (int v)

Implementation

@$pb.TagNumber(20)
set amountFromNo($core.int v) { $_setSignedInt32(19, v); }