toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() {
  final excludeExportRanges = this.excludeExportRanges;
  final includeExportRanges = this.includeExportRanges;
  final network = this.network;
  final peering = this.peering;
  final producerNetwork = this.producerNetwork;
  final proposedExcludeExportRanges = this.proposedExcludeExportRanges;
  final proposedIncludeExportRanges = this.proposedIncludeExportRanges;
  final serviceConsumerVpcSpoke = this.serviceConsumerVpcSpoke;
  return {
    'excludeExportRanges': ?excludeExportRanges,
    'includeExportRanges': ?includeExportRanges,
    'network': ?network,
    'peering': ?peering,
    'producerNetwork': ?producerNetwork,
    'proposedExcludeExportRanges': ?proposedExcludeExportRanges,
    'proposedIncludeExportRanges': ?proposedIncludeExportRanges,
    'serviceConsumerVpcSpoke': ?serviceConsumerVpcSpoke,
  };
}