DataPatch constructor
const
DataPatch(
- List<
PatchOperation> operations
Creates a DataPatch.
Implementation
const DataPatch(this.operations);
Creates a DataPatch.
const DataPatch(this.operations);