menu
ekko_cli package
documentation
commands/create/model/samples/model.sample.dart
ModelSample
ModelSample.new constructor
ModelSample.new constructor
dark_mode
light_mode
ModelSample
constructor
ModelSample
(
{
required
String
path
,
required
String
fileName
,
})
Implementation
ModelSample({required String path, required String fileName}) : _path = path, _fileName = fileName;
ekko_cli package
documentation
commands/create/model/samples/model.sample
ModelSample
ModelSample.new constructor
ModelSample class