toJson method

Map<String, dynamic> toJson()

Implementation

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