SdbDatabaseSchemaDef class

Database schema definition

Constructors

SdbDatabaseSchemaDef({List<SdbStoreSchemaDef> stores = const []})
Database schema definition

Properties

hashCode int
The hash code for this object.
no setteroverride
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
stores List<SdbStoreSchemaDef>
Stores
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toDebugMap() Map<String, Object?>
Debug map
toString() String
A string representation of this object.
override

Operators

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