SdbKeyPath class abstract

Key path abstraction

Available extensions

Constructors

SdbKeyPath.multi(List<String> keyPaths)
Create multi key path
factory
SdbKeyPath.single(String keyPath)
Create single key path
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
isMulti bool

Available on SdbKeyPath, provided by the SdbKeyPathExtension extension

True if multi key path
no setter
isSingle bool

Available on SdbKeyPath, provided by the SdbKeyPathExtension extension

True if single key path
no setter
keyPaths List<String>
Key paths (1 or more, never empty)
no setter
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