DirToDirLog class

Inheritance

Constructors

DirToDirLog(String uriDir1, String uriDir2, {required TypeLog type, required String message})
DirToDirLog.error(String uriDir1, String uriDir2, ActionLog action)
DirToDirLog.info(String uriDir1, String uriDir2, ActionLog action)
DirToDirLog.success(String uriDir1, String uriDir2, ActionLog action)

Properties

dateTime DateTime
finalinherited
hashCode int
The hash code for this object.
no setterinherited
message String
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
type TypeLog
finalinherited
uriDir1 String
final
uriDir2 String
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