FileInfo constructor
FileInfo({
- List<
BoardInfo> ? boardInfoList, - int? currentPageIndex,
- int? currentPageStep,
- String? downloadURL,
- String? fid,
- int? pageCount,
- String? platform,
- int? progress,
- String? ratio,
- int? scale,
- int? status,
- int? timestamp,
- String? title,
- String? uid,
- int? fileType,
- List<
int> ? invisiblePageIndexList, - MediaInfo? pptMediaInfo,
Implementation
factory FileInfo(
{List<BoardInfo>? boardInfoList, // 白板信息列表 [1](@ref)
int? currentPageIndex, // 当前页码(支持小数)[2,6](@ref)
int? currentPageStep, // 当前动画步数(支持小数)[2,6](@ref)
String? downloadURL, // 文件下载URL [1,2](@ref)
String? fid, // 文件ID [1,2](@ref)
int? pageCount, // 总页数(支持小数)[2,6](@ref)
String? platform, // 平台 [1,2](@ref)
int? progress, // 当前进度(支持小数)[2,6](@ref)
String? ratio, // 分辨率(如"16:9")[1,2](@ref)
int? scale, // 缩放比(支持小数)[2,6](@ref)
int? status, // 当前状态(支持小数)[2,6](@ref)
int? timestamp, // 时间戳(支持小数)[2,6](@ref)
String? title, // 文件名 [1,2](@ref)
String? uid, // 用户名 [1,2](@ref)
int? fileType, // 文件类型(支持小数)[2,6](@ref)
List<int>? invisiblePageIndexList, // 隐藏的PPT页码列表 [1,6](@ref)
MediaInfo? pptMediaInfo}) = _FileInfo;