toJson method

Map<String, dynamic> toJson()

Implementation

Map<String, dynamic> toJson() {
  final s3Output = this.s3Output;
  return {
    'S3Output': s3Output,
  };
}