Model constructor

Model({
  1. required String table,
})

Implementation

Model({required String table}) : super(table);