RuntimeOfflineFirstDefinition class

Used to define types in OfflineFirstAdapter#fieldsToOfflineFirstRuntimeDefinition. The build runner package extracts types and associations that would've been otherwise inaccessible at runtime.

Constructors

RuntimeOfflineFirstDefinition({required Map<String, String> where})
const

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
where Map<String, String>
The mappings declared by the where property in the OfflineFirst annotation
final

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