FileReference class

Implemented types

Constructors

FileReference.fromLocalFile(ByteData localFileContent, [String? password])
FileReference.fromRemoteFile(String remoteFilePath, [String? password])

Properties

content ByteData?
Gets the file content
no setter
hashCode int
The hash code for this object.
no setterinherited
reference String?
Gets the file reference.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
source String?
Gets the file source.
no setter

Methods

deserialize(Map<String, dynamic>? json) → void
override
encryptPassword(ApiClient apiClient) Future
getFilesContent(List<FileReference> resultFilesContent) → void
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
serialize() Map<String, dynamic>
override
toString() String
A string representation of this object.
inherited
validate() → void
override

Operators

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