FlutterGenElementAssetsOutputs constructor
const
FlutterGenElementAssetsOutputs({
- required String className,
- required bool packageParameterEnabled,
- required bool directoryPathEnabled,
- required FlutterGenElementAssetsOutputsStyle style,
Implementation
const FlutterGenElementAssetsOutputs({
required String className,
required this.packageParameterEnabled,
required this.directoryPathEnabled,
required this.style,
}) : super(className: className);