totalSupply property
- @TagNumber.new(4)
total supply
Implementation
@$pb.TagNumber(4)
$fixnum.Int64 get totalSupply => $_getI64(3);
- @TagNumber.new(4)
Implementation
@$pb.TagNumber(4)
set totalSupply($fixnum.Int64 v) {
$_setInt64(3, v);
}
total supply
@$pb.TagNumber(4)
$fixnum.Int64 get totalSupply => $_getI64(3);
@$pb.TagNumber(4)
set totalSupply($fixnum.Int64 v) {
$_setInt64(3, v);
}