toMap method
Implementation
Map<String, dynamic> toMap() {
return <String, dynamic>{
'gatewayId': gatewayId,
'main': main,
'routeTableAssociationId': routeTableAssociationId,
'routeTableId': routeTableId,
'subnetId': subnetId,
};
}