menu
easy_init_cli package
documentation
core/structure/structure.dart
FileModel
FileModel.new constructor
FileModel.new constructor
dark_mode
light_mode
FileModel
constructor
FileModel
(
String
_filePath
,
String
_fileName
,
String
_content
)
Implementation
FileModel(this._filePath, this._fileName, this._content);
easy_init_cli package
documentation
core/structure/structure
FileModel
FileModel.new constructor
FileModel class