it<T> static method

  1. @factory
GetValue<T> it<T>([
  1. dynamic _
])

Placeholder for a ValueNotifier.

Implementation

@factory
static GetValue<T> it<T>([_]) => GetValue._(_ScopeValue());