amount property

  1. @TagNumber(3)
Coin amount

Implementation

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

Implementation

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