ViewModel<EVENT> constructor

ViewModel<EVENT>()

Implementation

ViewModel() {
  eventStream = eventController.stream.asBroadcastStream();
}