drop property

  1. @TagNumber(15)
DropInfo drop

Display information of the final state "drop" and reason.

Implementation

@$pb.TagNumber(15)
DropInfo get drop => $_getN(14);
  1. @TagNumber(15)
void drop=(DropInfo v)

Implementation

@$pb.TagNumber(15)
set drop(DropInfo v) { setField(15, v); }