FileFieldWithStream class

Inheritance

Constructors

FileFieldWithStream({required Stream<List<int>> stream, required int length, MediaType? contentType, String? filename})

Properties

contentType MediaType?
finalinherited
filename String?
finalinherited
hashCode int
The hash code for this object.
no setterinherited
length int
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
stream Stream<List<int>>
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>?
This method is most commonly used to convert FileField to JSON in order to prepare it for caching.
inherited
toMultipartFile(String field) Future<MultipartFile>
Convert FileField to multipart file.
override
toString() String
A string representation of this object.
inherited

Operators

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