打印日誌的類class Log { Log._(); static void printMsg(Object obj) { assert(() { print(obj.toString()); return true; }()); } }
確定! 回上一頁