EtagMixin mixin
Base class for CosmosDB documents including the etag
property.
- Superclass constraints
- Mixin applications
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
setEtag(
Map json) → void -
Set
etag
from a JSON map; to be called by DocumentBuilder methods. -
toJson(
) → dynamic -
Serializes this instance to a JSON object.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited