isLogFileLocation property

bool isLogFileLocation
getter/setter pair

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;