toMap method
Implementation
Map<String, dynamic> toMap() {
return <String, dynamic>{
'connectionEvents': ?connectionEvents,
'connectionNotificationArn': ?connectionNotificationArn,
'notificationType': ?notificationType,
'region': ?region,
'state': ?state,
'vpcEndpointId': ?vpcEndpointId,
'vpcEndpointServiceId': ?vpcEndpointServiceId,
};
}