customLabelStatus property
Allows you to create a custom status.
Implementation
String? get customLabelStatus => _customLabelStatus;
Implementation
set customLabelStatus(String? val) {
_customLabelStatus = val;
_setCustomization({"customLabelStatus": val}, this);
}