isOrphan property

  1. @TagNumber.new(4)
bool get isOrphan

Implementation

@$pb.TagNumber(4)
$core.bool get isOrphan => $_getBF(2);
  1. @TagNumber.new(4)
set isOrphan (bool v)

Implementation

@$pb.TagNumber(4)
set isOrphan($core.bool v) {
  $_setBool(2, v);
}