withoutScope method

S withoutScope(
  1. String name
)

Implementation

S withoutScope(String name) => rebuild(state.withoutScope(name));