PortableNetworkFileWrapper class

Implemented types

Constructors

PortableNetworkFileWrapper(Map dict)

Properties

data TransportableData?
Binary file data (encoded as TransportableData).
getter/setter pairoverride
filename String?
Original filename of the file (e.g., "avatar.png").
getter/setter pairoverride
hashCode int
The hash code for this object.
no setterinherited
password DecryptKey?
Symmetric decryption key for encrypted file content from url.
getter/setter pairoverride
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
url Uri?
Remote CDN URL to download the file (alternative to data for large files).
getter/setter pairoverride

Methods

containsKey(Object? key) bool
getString(String key, [String? defaultValue]) String?
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
remove(Object? key) → dynamic
setMap(String key, Mapper? mapper) → void
toMap() Map
Converts the wrapper's state to a structured Map (matches the format defined in this class).
override
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited
operator [](Object? key) → dynamic
operator []=(String key, dynamic value) → void