OpResult constructor

OpResult(
  1. String tableName,
  2. OperationType operationType,
  3. String _opResultId
)

Implementation

OpResult(this.tableName, this.operationType, this._opResultId);