MutationResult constructor

MutationResult({
  1. bool? conflictDetected,
  2. String? createTime,
  3. Key? key,
  4. String? updateTime,
  5. String? version,
})

Implementation

MutationResult({
  this.conflictDetected,
  this.createTime,
  this.key,
  this.updateTime,
  this.version,
});