Source
QueryCommandList(Object path, BrokerQueryManager manager) : super(manager) {
if (path is String) {
rawpath = path.split('/');
} else if (path is List<String>) {
rawpath = path;
}
}
QueryCommandList(Object path, BrokerQueryManager manager) : super(manager) {
if (path is String) {
rawpath = path.split('/');
} else if (path is List<String>) {
rawpath = path;
}
}