InputPath constructor

InputPath({
  1. required String? assets,
  2. required String? appIcon,
  3. required String? translationFile,
})

Implementation

InputPath({
  required this.assets,
  required this.appIcon,
  required this.translationFile,
});