Reply-To Error
Closed this issue · 2 comments
mohamad-elbohsaly commented
Error: A value of type 'Set' can't be assigned to a variable of type 'Map<String, dynamic>'.
close2 commented
This sounds like a real bug. But you don't provide enough information. What statement triggers this error?
You can enable debug output with:
if (args[verboseArg] as bool) {
Logger.root.level = Level.ALL;
Logger.root.onRecord.listen((LogRecord rec) {
print('${rec.level.name}: ${rec.time}: ${rec.message}');
});
}
close2 commented
Need more information. Closing for now