SyncConfig class
Constructors
-
SyncConfig({List<
String> names = const [], List<String> prefixes = const []}) -
SyncConfig.flagSets(List<
String> sets) -
SyncConfig.fromSet({Set<
String> names = const {}, Set<String> prefixes = const {}})
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited