CarpenterRuntime constructor

const CarpenterRuntime([
  1. Map<Type, Object> values = const {}
])

Создает runtime registry.

Implementation

const CarpenterRuntime([Map<Type, Object> values = const {}])
  : _values = values;