SelectedResource constructor

SelectedResource({
  1. String? routine,
  2. String? table,
})

Implementation

SelectedResource({this.routine, this.table});