Cas class Key-Value

An opaque value which can be used to compare document states to determine if a change has occurred.

Annotations
  • @immutable

Constructors

Cas.parse(String value)
Parses the string representation of a Cas as returned by toString.
factory

Properties

hashCode int
The hash code for this object.
no setteroverride
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

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

Operators

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