isDummyRoot property

  1. @TagNumber(14)
bool get isDummyRoot

Whether this is a placeholder for a Custom Component or Custom Widget.

Implementation

@$pb.TagNumber(14)
$core.bool get isDummyRoot => $_getBF(12);
  1. @TagNumber(14)
set isDummyRoot (bool value)

Implementation

@$pb.TagNumber(14)
set isDummyRoot($core.bool value) => $_setBool(12, value);