valueMap property Null safety
read / write
Values to be used when inserting or updating an object.
This method is an unsafe version of values. Prefer to use values instead.
Keys in this map must be the name of a property of InstanceType
, otherwise an exception
is thrown. Values provided in this map are not run through any Validate annotations
declared by the InstanceType
.
Do not set this property and values on the same query. If both this property and values are set, the behavior is undefined.
Implementation
Map<String, dynamic>? valueMap;