Log class

Constructors

Log({required String message, Level? level, DateTime? time, Object? error, StackTrace? stackTrace})
Log.fromJson(String source)
factory
Log.fromMap(Map<String, dynamic> map)
factory

Properties

error Object?
getter/setter pair
hashCode int
The hash code for this object.
no setteroverride
level ↔ Level?
getter/setter pair
message String
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
stackTrace StackTrace?
getter/setter pair
time DateTime?
getter/setter pair

Methods

copyWith({String? message, Level? level, DateTime? time, Object? error, StackTrace? stackTrace}) Log
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() String
toMap() Map<String, dynamic>
toString() String
A string representation of this object.
override

Operators

operator ==(covariant Log other) bool
The equality operator.
override