Map<String, dynamic> toJson() { final _json = <String, dynamic>{}; _json[r'startAtBoot'] = startAtBoot; _json[r'mode'] = mode; return _json; }