OfflineFirst class
Low-level field config for the OfflineFirst
domain.
Constructors
-
OfflineFirst({Map<
String, String> ? where}) -
Annotates classes that require extra manipulation to map to the expected field type
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> ? -
This field is an association that is also an
OfflineFirstModel
and can be queried. The key is the association's SQLite column name and the value is the remote provider key withdata
. If the field type is anIterable
, the map requires the field value to be anIterable
.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
Constants
- defaults → const OfflineFirst