ArbKeysAppearancesPath constructor

ArbKeysAppearancesPath({
  1. required Map<String, Set<String>> pathAppearancesPerKey,
})

Implementation

factory ArbKeysAppearancesPath(
        {required Map<String, Set<String>> pathAppearancesPerKey}) =
    _ArbKeysAppearancesPathImpl;