toJson method

Map<String, dynamic> toJson()

Implementation

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