FValueNotifier<T> constructor

FValueNotifier<T>(
  1. T _value
)

Creates a FValueNotifier.

Implementation

FValueNotifier(super._value);