MariaDbTable constructor
MariaDbTable({
- required String name,
Implementation
MariaDbTable({
required this.name,
}) : _columns = [];
MariaDbTable({
required this.name,
}) : _columns = [];