SseModel constructor

SseModel(
  1. WidgetModel parent,
  2. String? id
)

Implementation

SseModel(super.parent, super.id) {
  connected = false;
}