LogToolsInfoTitle constructor

LogToolsInfoTitle({
  1. required String title,
  2. String? value,
})

Creates a LogToolsInfoTitle with the given title and optional value.

Implementation

LogToolsInfoTitle({required this.title, this.value});