isLeaf property

  1. @TagNumber.new(17)
bool get isLeaf

Stores if this is a leaf action code or a non-leaf action code

Implementation

@$pb.TagNumber(17)
$core.bool get isLeaf => $_getBF(7);
  1. @TagNumber.new(17)
set isLeaf (bool value)

Implementation

@$pb.TagNumber(17)
set isLeaf($core.bool value) => $_setBool(7, value);