MssqlScopeSelection constructor

MssqlScopeSelection({
  1. MssqlTrashed trashed = MssqlTrashed.without,
  2. Set<String> withoutScopes = const <String>{},
})

Implementation

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