MergeError<T> constructor

MergeError<T>(
  1. T error,
  2. String table,
  3. Map<String, Object?> record
)

Implementation

MergeError(this.error, this.table, this.record);