toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() {
  final awsSourceDiskDetails = this.awsSourceDiskDetails;
  final createTime = this.createTime;
  final errors = this.errors;
  final name = this.name;
  final state = this.state;
  final steps = this.steps;
  final targetDetails = this.targetDetails;
  final updateTime = this.updateTime;
  return {
    'awsSourceDiskDetails': ?awsSourceDiskDetails,
    'createTime': ?createTime,
    'errors': ?errors,
    'name': ?name,
    'state': ?state,
    'steps': ?steps,
    'targetDetails': ?targetDetails,
    'updateTime': ?updateTime,
  };
}