toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() => {
      if (compilerError != null) 'compilerError': compilerError!,
      if (containerVersion != null) 'containerVersion': containerVersion!,
      if (newWorkspacePath != null) 'newWorkspacePath': newWorkspacePath!,
      if (syncStatus != null) 'syncStatus': syncStatus!,
    };