menu
easy_cli package
documentation
samples/implementations/product/model/product_model.dart
ProductModel
ProductModel.new constructor
ProductModel.new constructor
dark_mode
light_mode
ProductModel
constructor
ProductModel
(
String
path
,
String
dirName
)
Implementation
ProductModel( String path, this.dirName, ) : super(path);
easy_cli package
documentation
samples/implementations/product/model/product_model
ProductModel
ProductModel.new constructor
ProductModel class