SelectedResource constructor

SelectedResource({
  1. String? table,
})

Implementation

SelectedResource({
  this.table,
});