Shape constructor

Shape({
  1. required TableName tablename,
  2. List<Rel>? include,
  3. String? where,
})

Implementation

Shape({required this.tablename, this.include, this.where});