toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() {
  final apiHubDeploymentDetails = this.apiHubDeploymentDetails;
  final name = this.name;
  final resourceRevisionId = this.resourceRevisionId;
  final type = this.type;
  return {
    'apiHubDeploymentDetails': ?apiHubDeploymentDetails,
    'name': ?name,
    'resourceRevisionId': ?resourceRevisionId,
    'type': ?type,
  };
}