DirectoryReference class

Constructors

DirectoryReference({required int created, required String name, required Uint8List encryptedWriteKey, required Uint8List publicKey, required Uint8List? encryptionKey, Map<String, dynamic>? ext})
DirectoryReference.decode(Map<int, dynamic> data)
factory

Properties

created int
final
encryptedWriteKey Uint8List
getter/setter pair
encryptionKey Uint8List?
getter/setter pair
ext Map<String, dynamic>?
Can be used by applications to add more metadata
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
key String?
getter/setter pair
name String
getter/setter pair
publicKey Uint8List
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
size int?
getter/setter pair
uri String?
getter/setter pair

Methods

encode() Map<int, dynamic>
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