KeyStoreChange class sealed

A single mutation observed on a AtKeyValueStore. The base type exposes key; subclasses describe what happened.

KeyStoreChange is a sealed hierarchy: every concrete subtype is declared here, so switch over a stream event is exhaustive without a default branch.

Implementers

Properties

hashCode int
The hash code for this object.
no setterinherited
key String
The key that was mutated, in the keystore's canonical form (lowercased; for atKey-shaped keys, the <sharedWith>:<id>.<namespace>@<sharedBy> shape).
final
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
A string representation of this object.
inherited

Operators

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