toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() => {
if (fullPath != null) 'fullPath': fullPath!,
if (projectId != null) 'projectId': projectId!,
if (relativePath != null) 'relativePath': relativePath!,
if (rootPath != null) 'rootPath': rootPath!,
if (type != null) 'type': type!,
if (updateTime != null) 'updateTime': updateTime!,
if (version != null) 'version': version!,
};