Metadata class

Constructors

Metadata()

Properties

availableAt DateTime?
getter/setter pair
ccd bool?
getter/setter pair
createdAt DateTime?
getter/setter pair
dataSignature String?
getter/setter pair
expiresAt DateTime?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
isBinary bool?
getter/setter pair
isCached bool
getter/setter pair
isEncrypted bool?
getter/setter pair
isHidden bool
getter/setter pair
isPublic bool?
getter/setter pair
namespaceAware bool
getter/setter pair
refreshAt DateTime?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sharedKeyStatus String?
getter/setter pair
ttb int?
getter/setter pair
ttl int?
getter/setter pair
ttr int?
getter/setter pair
updatedAt DateTime?
getter/setter pair

Methods

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

Operators

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

Static Methods

fromJson(Map json) Metadata