factory CreateFileResponse.fromJson(Map<String, dynamic> json) { return CreateFileResponse(file: decode(json['file'], File.fromJson)); }