Modification constructor
Modification({
- ColumnFamily? create,
- bool? drop,
- String? id,
- ColumnFamily? update,
- String? updateMask,
Implementation
Modification({this.create, this.drop, this.id, this.update, this.updateMask});