FileInfo class abstract

Annotations
  • @freezed

Constructors

FileInfo.new({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})
factory
FileInfo.fromJson(Map<String, dynamic> json)
factory

Properties

boardInfoList List<BoardInfo>?
no setterinherited
copyWith → $FileInfoCopyWith<FileInfo>
Create a copy of FileInfo with the given fields replaced by the non-null parameter values.
no setterinherited
currentPageIndex int?
no setterinherited
currentPageStep int?
no setterinherited
downloadURL String?
no setterinherited
fid String?
no setterinherited
fileType int?
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
invisiblePageIndexList List<int>?
no setterinherited
pageCount int?
no setterinherited
platform String?
no setterinherited
pptMediaInfo MediaInfo?
no setterinherited
progress int?
no setterinherited
ratio String?
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
scale int?
no setterinherited
status int?
no setterinherited
timestamp int?
no setterinherited
title String?
no setterinherited
uid String?
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
Serializes this FileInfo to a JSON map.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited