SdbIndexSchemaDef class
Index schema definition
Constructors
- SdbIndexSchemaDef({required String name, required Object keyPath, required bool unique})
- Index schema definition
Properties
- hashCode → int
-
The hash code for this object.
no setteroverride
- keyPath → SdbKeyPath
-
Key path
final
- name → String
-
Index name
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- unique → bool
-
Unique
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toDebugMap(
{bool noName = false}) → Map< String, Object?> - Debug map
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
override