withdraw property

  1. @TagNumber.new(8)
Withdraw get withdraw

Optional, used in case of withdraw

Implementation

@$pb.TagNumber(8)
Withdraw get withdraw => $_getN(7);
  1. @TagNumber.new(8)
set withdraw (Withdraw v)

Implementation

@$pb.TagNumber(8)
set withdraw(Withdraw v) {
  setField(8, v);
}