LogToolsInfoBody constructor
LogToolsInfoBody({
- String? title,
- required dynamic value,
Creates a LogToolsInfoBody with the given optional title and required value.
Implementation
LogToolsInfoBody({this.title, required this.value});