DtoOperation constructor

DtoOperation(
  1. Operation value,
  2. OperationVersion version, {
  3. OperationsCursor? cursor,
})

Implementation

DtoOperation(this.value, this.version, {this.cursor});