FlutterGenElementAssetsOutputs constructor

const FlutterGenElementAssetsOutputs({
  1. required String className,
  2. required bool packageParameterEnabled,
  3. required bool directoryPathEnabled,
  4. required FlutterGenElementAssetsOutputsStyle style,
})

Implementation

const FlutterGenElementAssetsOutputs({
  required String className,
  required this.packageParameterEnabled,
  required this.directoryPathEnabled,
  required this.style,
}) : super(className: className);