LogValueNotifier constructor

LogValueNotifier([
  1. List<LogInfo>? value
])

Implementation

LogValueNotifier([List<LogInfo>? value]) : super(value ?? <LogInfo>[]);