DBX_Item_Metadata class

Constructors

DBX_Item_Metadata({required String tag, DateTime? client_modified, String? content_hash, required String id, bool? is_downloadable, required String name, required String path_display, required String path_lower, String? rev, DateTime? server_modified, int? size})

Properties

client_modified DateTime?
final
content_hash String?
final
hashCode int
The hash code for this object.
no setterinherited
id String
final
is_downloadable bool?
final
name String
final
path_display String
final
path_lower String
final
rev String?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
server_modified DateTime?
final
size int?
final
tag String
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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