not method

N not(
  1. WidgetRef ref
)

not stands for notifier here. It reads the notifier of the provider using WidgetRef

Implementation

N not(WidgetRef ref) => ref.read(notifier);