Schema class
Properties
Methods
-
findColumn(
String name) → Column? -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
primaryKey(
) → Column? -
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
-
validate(
Map< String, dynamic> row) → void - Validate row values against schema, coercing types where safe.
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited