customLabelStatus property

String? customLabelStatus

Allows you to create a custom status.

Implementation

String? get customLabelStatus => _customLabelStatus;
void customLabelStatus=(String? val)

Implementation

set customLabelStatus(String? val) {
  _customLabelStatus = val;
  _set({"customLabelStatus": val});
}