TkfMemoryLog constructor

TkfMemoryLog({
  1. required bool shouldPrint,
  2. bool? logEvents,
})

Implementation

TkfMemoryLog({required this.shouldPrint, this.logEvents});