FileToDirLog class
Constructors
- FileToDirLog(String uriFile, String uriDir, {required TypeLog type, required String message})
- FileToDirLog.error(String uriFile, String uriDir, ActionLog action)
- FileToDirLog.info(String uriFile, String uriDir, ActionLog action)
- FileToDirLog.success(String uriFile, String uriDir, 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