set<E> static method

  1. @factory
GetSet<E> set<E>([
  1. dynamic _
])

Placeholder for a SetNotifier.

Implementation

@factory
static GetSet<E> set<E>([_]) => GetSet._(_ScopeSet());