GeneralLibraryLogMessage class
GeneralLibraryLog
Constructors
- GeneralLibraryLogMessage.new({required Object? value, required bool isForcePrint, required StackTrace stackTrace, required bool isFullDetail, required GeneralLibraryLogMessageType logMessageType, required GeneralLibraryLogOptions? logOptions})
-
GeneralLibraryLog
const
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- isForcePrint → bool
-
GeneralLibraryLog
final
- isFullDetail → bool
-
GeneralLibraryLog
final
- logMessageType → GeneralLibraryLogMessageType
-
GeneralLibraryLog
final
- logOptions → GeneralLibraryLogOptions?
-
GeneralLibraryLog
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- stackTrace → StackTrace
-
GeneralLibraryLog
final
- value → Object?
-
GeneralLibraryLog
final
Methods
-
copyWith(
{Object? value, bool? isForcePrint, StackTrace? stackTrace, bool? isFullDetail, GeneralLibraryLogMessageType? logMessageType, GeneralLibraryLogOptions? logOptions}) → GeneralLibraryLogMessage - GeneralLib
-
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