📅  最后修改于: 2022-03-11 14:59:23.945000             🧑  作者: Mango
if (kDebugMode) {
// Code here will only be included in debug mode.
// As kDebugMode is a constant, the tree shaker
// will remove the code entirely from compiled code.
} else {
}