endInteraction property

  1. @TagNumber(21)
bool endInteraction

Implementation

@$pb.TagNumber(21)
$core.bool get endInteraction => $_getBF(19);
  1. @TagNumber(21)
void endInteraction=(bool v)

Implementation

@$pb.TagNumber(21)
set endInteraction($core.bool v) {
  $_setBool(19, v);
}