@override Object toJson() { return { if (version.isNotDefault) 'version': version, if (path.isNotDefault) 'path': path, }; }