active property
bool?
get
active
Whether this schedule is currently active or not.
Implementation
bool? get active => activeField.getValue(json);
Whether this schedule is currently active or not.
bool? get active => activeField.getValue(json);