labeled property

LabeledFact? get labeled

Implementation

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