labeled property

LabeledFact? labeled

Implementation

LabeledFact? get labeled {
  return this is LabeledFact ? this as LabeledFact : null;
}