SingleLiveEvent<T> constructor

SingleLiveEvent<T>(
  1. T? _value
)

Single live event.

Implementation

SingleLiveEvent(this._value);