BuildStepImpl constructor
BuildStepImpl(})
Creates a new build step for the given asset and resolver.
@param asset The primary input asset @param resolver The resolver to use for this build step @param allowedExtensions The set of allowed output file extensions @param generateToCache Whether to write outputs to the build cache
Implementation
BuildStepImpl(
this.asset,
this.resolver, {
required this.allowedExtensions,
required this.generateToCache,
});