SafeValueNotifier<T> constructor

SafeValueNotifier<T>(
  1. T value
)

Implementation

SafeValueNotifier(T value) : super(value);