FactService constructor

FactService(
  1. FactApi factApi,
  2. IFactSchemaApi factSchemaApi,
  3. ApiRegistry apis, [
  4. IBundleState? bundleState,
])

Implementation

FactService(FactApi factApi, IFactSchemaApi factSchemaApi, ApiRegistry apis,
    [IBundleState? bundleState])
    : this._(factApi, factSchemaApi, apis,
          SunnyObservableMap(debugLabel: "factSchemas"), bundleState!);