Table constructor

Table({
  1. required String schema,
  2. required String name,
})

Implementation

Table({required this.schema, required this.name});