Map<String, dynamic> toJson() => {'name': name, 'path': path, if (subpath != null) 'subpath': subpath, 'read_only': readOnly};