withdrawBalance property
Implementation
@$pb.TagNumber(15)
WithdrawBalanceContract get withdrawBalance => $_getN(9);
Implementation
@$pb.TagNumber(15)
set withdrawBalance(WithdrawBalanceContract v) {
setField(15, v);
}
@$pb.TagNumber(15)
WithdrawBalanceContract get withdrawBalance => $_getN(9);
@$pb.TagNumber(15)
set withdrawBalance(WithdrawBalanceContract v) {
setField(15, v);
}