withdrawBalance property

  1. @TagNumber.new(15)
WithdrawBalanceContract get withdrawBalance

Implementation

@$pb.TagNumber(15)
WithdrawBalanceContract get withdrawBalance => $_getN(10);
  1. @TagNumber.new(15)
set withdrawBalance (WithdrawBalanceContract value)

Implementation

@$pb.TagNumber(15)
set withdrawBalance(WithdrawBalanceContract value) => $_setField(15, value);