toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() => {
  if (awsSourceDiskDetails != null)
    'awsSourceDiskDetails': awsSourceDiskDetails!,
  if (createTime != null) 'createTime': createTime!,
  if (errors != null) 'errors': errors!,
  if (name != null) 'name': name!,
  if (state != null) 'state': state!,
  if (steps != null) 'steps': steps!,
  if (targetDetails != null) 'targetDetails': targetDetails!,
  if (updateTime != null) 'updateTime': updateTime!,
};