toMap method
Implementation
Map<String, dynamic> toMap() {
return <String, dynamic>{
'arn': ?arn,
'description': ?description,
'name': ?name,
'namePrefix': ?namePrefix,
'region': ?region,
'subnetIds': ?subnetIds,
'tags': ?tags,
'tagsAll': ?tagsAll,
'vpcId': ?vpcId,
};
}