MssqlScopeSelection constructor
MssqlScopeSelection({
- MssqlTrashed trashed = MssqlTrashed.without,
- Set<
String> withoutScopes = const <String>{},
Implementation
MssqlScopeSelection({
this.trashed = MssqlTrashed.without,
Set<String> withoutScopes = const <String>{},
}) : withoutScopes = Set<String>.unmodifiable(withoutScopes);