toMap method

Map<String, dynamic> toMap()

Implementation

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