LogValue class

Class for defining log values for viewing.

dateTime is the date and time of logging, name is the name of the log, and parameters is the log parameters.

閲覧するためのログの値を定義するためのクラス。

dateTimeにログの記録日時、nameにログの名前、parametersにログのパラメーターが入ります。

Available Extensions

Constructors

LogValue({required DateTime dateTime, required String name, DynamicMap parameters = const {}})
Class for defining log values for viewing.
const

Properties

dateTime DateTime
Date and time of logging.
final
hashCode int
The hash code for this object.
no setterinherited
name String
Log Name.
final
parameters DynamicMap
Log parameters.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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