TableVersionError constructor

TableVersionError({
  1. ErrorDetail? errorDetail,
  2. String? tableName,
  3. String? versionId,
})

Implementation

TableVersionError({
  this.errorDetail,
  this.tableName,
  this.versionId,
});