Mutation class

A mutation to apply to an entity.

Constructors

Mutation({String? baseVersion, Key? delete, Entity? insert, Entity? update, String? updateTime, Entity? upsert})
Mutation.fromJson(Map json_)

Properties

baseVersion String?
The version of the entity that this mutation is being applied to.
getter/setter pair
delete Key?
The key of the entity to delete.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
insert Entity?
The entity to insert.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
update Entity?
The entity to update.
getter/setter pair
updateTime String?
The update time of the entity that this mutation is being applied to.
getter/setter pair
upsert Entity?
The entity to upsert.
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited