FileInfo class

Constructors

FileInfo({required dynamic id, required String fileName, required String requestPath})
FileInfo.fromMap(Map<String, dynamic> map)
从Map创建FileInfo实例
factory

Properties

fileName String
final
hashCode int
The hash code for this object.
no setterinherited
id → dynamic
final
requestPath String
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

copyWith({dynamic id, String? fileName, String? requestPath}) FileInfo
创建FileInfo的副本,可选择性地更新某些字段
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toMap() Map<String, dynamic>
转换为Map
toString() String
A string representation of this object.
inherited

Operators

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