allowInteraction property

  1. @TagNumber(9)
bool get allowInteraction

Should not be overridable

Implementation

@$pb.TagNumber(9)
$core.bool get allowInteraction => $_getBF(8);
  1. @TagNumber(9)
set allowInteraction (bool value)

Implementation

@$pb.TagNumber(9)
set allowInteraction($core.bool value) => $_setBool(8, value);