LogToolsInfoTitle class
A utility class for logging information titles and bodies.
This file contains classes that represent the structure of log information, allowing for organized and formatted log entries.
Constructors
- LogToolsInfoTitle({required String title, String? value})
-
Creates a LogToolsInfoTitle with the given
titleand optionalvalue.
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited