Modification constructor

Modification({
  1. ColumnFamily? create,
  2. bool? drop,
  3. String? id,
  4. ColumnFamily? update,
  5. String? updateMask,
})

Implementation

Modification({
  this.create,
  this.drop,
  this.id,
  this.update,
  this.updateMask,
});