labelerView property

LabelerView? get labelerView

Implementation

LabelerView? get labelerView => isLabelerView ? data as LabelerView : null;