toMap method
Implementation
Map<String, dynamic> toMap() {
return <String, dynamic>{
'region': ?region,
'replicationSubnetGroupArn': ?replicationSubnetGroupArn,
'replicationSubnetGroupDescription': ?replicationSubnetGroupDescription,
'replicationSubnetGroupId': ?replicationSubnetGroupId,
'subnetIds': ?subnetIds,
'tags': ?tags,
'tagsAll': ?tagsAll,
'vpcId': ?vpcId,
};
}