DirToDirLog class
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
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