Source constructor
Source({})
Implementation
Source({
required this.name,
required this.sourceArn,
this.dataTransferSubscriberFeePercent,
this.decryption,
this.description,
this.entitlementArn,
this.ingestIp,
this.ingestPort,
this.transport,
this.vpcInterfaceName,
this.whitelistCidr,
});