amount property

  1. @TagNumber(4)
Coin amount

Implementation

@$pb.TagNumber(4)
$6.Coin get amount => $_getN(3);
  1. @TagNumber(4)
void amount=(Coin v)

Implementation

@$pb.TagNumber(4)
set amount($6.Coin v) { setField(4, v); }