NestedStarResultColumn constructor

NestedStarResultColumn({
  1. required String tableName,
  2. String? as,
})

Implementation

NestedStarResultColumn({required this.tableName, this.as});