CarpenterShellBuildContext constructor
const
CarpenterShellBuildContext({
- required CarpenterRuntime runtime,
- required BuildContext buildContext,
Создает build context shell-а.
Implementation
const CarpenterShellBuildContext({
required this.runtime,
required this.buildContext,
});