Map<String, dynamic> toJson() { final _json = <String, dynamic>{}; if (executable != null) { _json[r'executable'] = executable; } return _json; }