GeneratedQueries class final
Offline generated code and its fixed SQL/codec contracts. Native checks are explicit: generation does not claim that a database has accepted the SQL.
Constructors
-
GeneratedQueries(String dart, Map<
String, Object?> manifest) -
Combines generated
dartsource with its validationmanifest.const
Properties
- dart → String
-
Formatted Dart source for the typed query bindings.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
-
manifest
→ Map<
String, Object?> -
Resolved SQL and codec metadata used by database validation.
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
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited