SchemaState class abstract
Abstraction for drivers that can dump/load the schema via native tooling.
Constructors
Properties
- canDump → bool
-
Whether the driver supports dumping the schema to disk.
no setter
- canLoad → bool
-
Whether the driver supports loading a dumped schema.
no setter
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
dump(
File path) → Future< void> -
Writes the schema to
path. -
load(
File path) → Future< void> -
Loads the schema from
path. -
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