withdrawingCell property

  1. @TagNumber(2)
Cell get withdrawingCell

Implementation

@$pb.TagNumber(2)
Cell get withdrawingCell => $_getN(1);
  1. @TagNumber(2)
set withdrawingCell (Cell v)

Implementation

@$pb.TagNumber(2)
set withdrawingCell(Cell v) {
  setField(2, v);
}