notifierType property

  1. @override
Type notifierType
override

Get the Type of the underlying NotifierBase.

The returned Type is a subtype of NotifierBase<V>.

Implementation

@override
Type get notifierType => _notifier.runtimeType;