logs property

ValueNotifier<List<DevLog>> logs
final

Implementation

final ValueNotifier<List<DevLog>> logs = ValueNotifier<List<DevLog>>([]);