toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() {
  final integrationVersionTemplate = this.integrationVersionTemplate;
  final subIntegrationVersionTemplates = this.subIntegrationVersionTemplates;
  return {
    'integrationVersionTemplate': ?integrationVersionTemplate,
    'subIntegrationVersionTemplates': ?subIntegrationVersionTemplates,
  };
}