CarpenterShellBuildContext constructor

const CarpenterShellBuildContext({
  1. required CarpenterRuntime runtime,
  2. required BuildContext buildContext,
})

Создает build context shell-а.

Implementation

const CarpenterShellBuildContext({
  required this.runtime,
  required this.buildContext,
});