endInteraction property

  1. @TagNumber(8)
bool endInteraction

Implementation

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

Implementation

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