BaseStateless class
Constructors
- BaseStateless(String path, String dirName)
Properties
- content → String
-
Getter of the file content
no setteroverride
- customContent ↔ String
-
Content of the file
getter/setter pairinherited
- dirName → String
-
final
- exportContent → String
-
Getter of the export file content
no setteroverride
- exportFullPath → String
-
Getter of the qualified fexport ile path which needs to be overriden
no setteroverride
- fullPath → String
-
Getter of the qualified file path which needs to be overriden
no setteroverride
- hashCode → int
-
The hash code for this object.
no setterinherited
- path ↔ String
-
Base path of the file
getter/setter pairinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- serviceName → String
-
no setter
Methods
-
create(
) → void -
Uses FileService to write file to the disk with the given path and content
inherited
-
createExportFile(
) → void -
Uses FileService to write export file
to the disk with the given path and content
inherited
-
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