LogInfo constructor

LogInfo({
  1. required String className,
  2. required String functionName,
})

Implementation

LogInfo({
  required this.className,
  required this.functionName,
});