isLabelerView property
bool
get
isLabelerView
Returns true if this data is LabelerView, otherwise false.
Implementation
bool get isLabelerView => this is UGetServicesViewLabelerView;
Returns true if this data is LabelerView, otherwise false.
bool get isLabelerView => this is UGetServicesViewLabelerView;