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