SyncConfig.fromSet constructor
Creates a new SyncConfig instance passing an optional set of names and prefixes.
Implementation
SyncConfig.fromSet(
{Set<String> names = const {}, Set<String> prefixes = const {}}) {
_names = names;
_prefixes = prefixes;
}