Allows you to set any string to the status.
String? get status => _status;
set status(String? val) { _status = val; _set({"status": val}); }