DbTable constructor

DbTable(
  1. String name
)

Default constructor

Implementation

DbTable(this.name) : assert(name != null);