amount property

  1. @TagNumber(1)
Coin amount

Implementation

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

Implementation

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