customLabelStatus property

String? get customLabelStatus

Allows you to create a custom status.

Implementation

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

Implementation

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