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