RustBuilder constructor
RustBuilder({})
Implementation
RustBuilder({
required this.package,
this.toolchain,
required this.cratePath,
required this.buildConfig,
this.extraCargoArgs = const [],
this.release = true,
this.assetName,
this.useNativeManifest = true,
this.dartBuildFiles = const ['hook/build.dart'],
this.logger,
});