TableError constructor
TableError({
- ErrorDetail? errorDetail,
- String? tableName,
Implementation
TableError({
this.errorDetail,
this.tableName,
});
TableError({
this.errorDetail,
this.tableName,
});