Creates FileInfo from JSON data
factory FileInfo.fromJson(Map<String, dynamic> json) => _$FileInfoFromJson(json);