DBCommand constructor
DBCommand(})
Implementation
DBCommand(this.host, this.port, this.user, this.pass, this.db, this.software,
this.sqls,
{Map<String, dynamic>? properties, String? id})
: properties = properties ?? {},
id = id?.trim() ?? '';