NyTemplate constructor
NyTemplate({})
Implementation
NyTemplate({
required this.name,
required this.saveTo,
required this.pluginsRequired,
required this.stub,
this.options = const {},
});
NyTemplate({
required this.name,
required this.saveTo,
required this.pluginsRequired,
required this.stub,
this.options = const {},
});