toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() => {
  if (annotations != null) 'annotations': annotations!,
  if (appHubApplication != null) 'appHubApplication': appHubApplication!,
  if (artifactConfigs != null) 'artifactConfigs': artifactConfigs!,
  if (createTime != null) 'createTime': createTime!,
  if (errors != null) 'errors': errors!,
  if (labels != null) 'labels': labels!,
  if (name != null) 'name': name!,
  if (reconciling != null) 'reconciling': reconciling!,
  if (runtimeConfigs != null) 'runtimeConfigs': runtimeConfigs!,
  if (state != null) 'state': state!,
  if (updateTime != null) 'updateTime': updateTime!,
};