SdbStoreSchemaDef class
Store schema definition
Constructors
-
SdbStoreSchemaDef({required String name, SdbKeyPath? keyPath, bool autoIncrement = false, List<
SdbIndexSchemaDef> indexes = const []}) - Store schema definition
Properties
- autoIncrement → bool
-
Auto increment
final
- hashCode → int
-
The hash code for this object.
no setteroverride
-
indexes
→ List<
SdbIndexSchemaDef> -
Indexes - sorted by name
final
- keyPath → SdbKeyPath?
-
Key path
final
- name → String
-
Store name
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
-
toDebugMap(
{bool noName = false}) → Map< String, Object?> - Debug map
-
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
override