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

hashCode int
The hash code for this object.
no setterinherited
names Set<String>
no setter
prefixes Set<String>
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sets Set<String>
no setter

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