Signal constructor

Signal()

Creates a EnhancedValueNotifier that wraps boolean value, True in default.

Implementation

Signal() : super(true);