Mutation constructor
Mutation({
- String? baseVersion,
- String? conflictResolutionStrategy,
- Key? delete,
- Entity? insert,
- PropertyMask? propertyMask,
- List<
PropertyTransform> ? propertyTransforms, - Entity? update,
- String? updateTime,
- Entity? upsert,
Implementation
Mutation({
this.baseVersion,
this.conflictResolutionStrategy,
this.delete,
this.insert,
this.propertyMask,
this.propertyTransforms,
this.update,
this.updateTime,
this.upsert,
});