CreateFolderFiles class abstract

Constructors

CreateFolderFiles()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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

Static Methods

addNewLine({required String filePath, required String refLine, required String newLine}) → void
createAndWriteFile({required String fileName, required String path, required String content}) Future<void>
createFolder({required String path}) Future<void>
replaceLine({required String filePath, required String lineToReplace, required String newLine}) → void