FileInfoList class abstract

FileInfoList

Properties:

  • order
  • fileInfos
  • nextFileId - The ID of next file info. Not omitted when empty or not relevant.
  • prevFileId - The ID of previous file info. Not omitted when empty or not relevant.

Constructors

FileInfoList([void updates(FileInfoListBuilder b)])
factory

Properties

fileInfos → BuiltMap<String, FileInfo>?
no setter
hashCode int
The hash code for this object.
no setterinherited
nextFileId String?
The ID of next file info. Not omitted when empty or not relevant.
no setter
order → BuiltList<String>?
no setter
prevFileId String?
The ID of previous file info. Not omitted when empty or not relevant.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
rebuild(dynamic updates(FileInfoListBuilder)) FileInfoList
Rebuilds the instance.
inherited
toBuilder() FileInfoListBuilder
Converts the instance to a builder B.
inherited
toString() String
A string representation of this object.
inherited

Operators

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

Static Properties

serializer → Serializer<FileInfoList>
no setter