LogToolsInfoBody constructor

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

Creates a LogToolsInfoBody with the given optional title and required value.

Implementation

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