toJson method

Map<String, dynamic> toJson()

Implementation

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