Operation<T> constructor

Operation<T>(
  1. OperationType? operationType,
  2. String? table,
  3. String? opResultId
)

Implementation

Operation(this.operationType, this.table, this.opResultId);