isLogFileLocation property
Whether to log file location information in the output When true, logs include file name and line number like "(main.dart:42):"
Implementation
static bool isLogFileLocation = true;
Whether to log file location information in the output When true, logs include file name and line number like "(main.dart:42):"
static bool isLogFileLocation = true;