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 title and optional value.

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
title String
The title of the log entry.
final
value String?
An optional value associated with the title.
final

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