FileInfo class
Constructors
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