CarpenterCoreRuntime constructor
const
CarpenterCoreRuntime({
- required Carpenter carpenter,
- required TargetPlatform platform,
- Locale? locale,
Создает core runtime capability.
Implementation
const CarpenterCoreRuntime({
required this.carpenter,
required this.platform,
this.locale,
});