SharedBuildStep constructor
Creates a new shared 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 outputUri The URI where the final output will be written
Implementation
SharedBuildStep(super.asset, super.resolver, {required this.outputUri})
: super(
allowedExtensions: <String>{SharedPartBuilder.extension},
generateToCache: false,
);