FileInfo constructor

FileInfo({
  1. List<BoardInfo>? boardInfoList,
  2. int? currentPageIndex,
  3. int? currentPageStep,
  4. String? downloadURL,
  5. String? fid,
  6. int? pageCount,
  7. String? platform,
  8. int? progress,
  9. String? ratio,
  10. int? scale,
  11. int? status,
  12. int? timestamp,
  13. String? title,
  14. String? uid,
  15. int? fileType,
  16. List<int>? invisiblePageIndexList,
  17. 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;