Sample class abstract

Sample is the Base class that all generated files will build from.

Implementers

Constructors

Sample(String path)

Properties

content String
Getter of the file content
no setter
customContent String
Content of the file
getter/setter pair
exportContent String
Getter of the export file content
no setter
exportFullPath String
Getter of the qualified fexport ile path which needs to be overriden
no setter
fullPath String
Getter of the qualified file path which needs to be overriden
no setter
hashCode int
The hash code for this object.
no setterinherited
path String
Base path of the file
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

create() → void
Uses FileService to write file to the disk with the given path and content
createExportFile() → void
Uses FileService to write export file to the disk with the given path and content
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