blob: 955f452dab242a1ec496402ec99a3c75fa7ed60a [file] [log] [blame] [view]
# Table constructor
const
Table()
## Implementation
```dart
const Table();
```