menu
arch_cli package
documentation
model/file_model.dart
FileModel
FileModel.new constructor
FileModel.new constructor
dark_mode
light_mode
FileModel
constructor
FileModel
(
{
required
String
templatePath
,
required
String
destinationPath
,
Map
<
String
,
String
>
parameters
=
const {}
,
})
Implementation
FileModel( {required this.templatePath, required this.destinationPath, this.parameters = const {}});
arch_cli package
documentation
model/file_model
FileModel
FileModel.new constructor
FileModel class