OfflineFirstSchemaGenerator class

Annotations
  • @visibleForTesting
  • @protected

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

checkerForField(FieldElement field) → SharedChecker<Model>
inherited
checkerForType(DartType type) OfflineFirstChecker
createMigration(LibraryReader library, List<SqliteFields> fieldses, {int? version}) String?
Produce a migration from the difference between existing migrations and the latest schema
inherited
generate(LibraryReader library, List<SqliteFields> fieldses) String
Complete schema file output
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
schemaColumn(Sqlite column, {required covariant OfflineFirstChecker checker}) → SchemaColumn?
schemaIndex(Sqlite column, {required SharedChecker<Model> checker}) → SchemaIndex?
inherited
toString() String
A string representation of this object.
inherited

Operators

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