LoggerUtil constructor

LoggerUtil()

Implementation

factory LoggerUtil() {
  _instance ??= LoggerUtil._internal();
  return _instance!;
}