toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() {
final awsRoleArn = this.awsRoleArn;
final consumerArn = this.consumerArn;
final gcpServiceAccount = this.gcpServiceAccount;
final state = this.state;
final streamArn = this.streamArn;
return {
'awsRoleArn': ?awsRoleArn,
'consumerArn': ?consumerArn,
'gcpServiceAccount': ?gcpServiceAccount,
'state': ?state,
'streamArn': ?streamArn,
};
}