File class
Represents a File usually created by a multiform request
This classs is used to tag a class a as a file
- Annotations
-
- @JsonSerializable(converters: [Uint8ListConverter()])
Constructors
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited