toJson method

Map<String, dynamic> toJson()

Implementation

Map<String, dynamic> toJson() {
  final destinationStreamArn = this.destinationStreamArn;
  final roleArn = this.roleArn;
  return {
    'DestinationStreamArn': destinationStreamArn,
    'RoleArn': roleArn,
  };
}