CarpenterCoreRuntime constructor

const CarpenterCoreRuntime({
  1. required Carpenter carpenter,
  2. required TargetPlatform platform,
  3. Locale? locale,
})

Создает core runtime capability.

Implementation

const CarpenterCoreRuntime({
  required this.carpenter,
  required this.platform,
  this.locale,
});