TableError constructor

TableError({
  1. ErrorDetail? errorDetail,
  2. String? tableName,
})

Implementation

TableError({
  this.errorDetail,
  this.tableName,
});