NDValueNotifier<T> constructor

NDValueNotifier<T>(
  1. dynamic value
)

Implementation

NDValueNotifier(value) : super(value);