EventId constructor

EventId(
  1. String? id
)

Implementation

EventId(String? id) : super(id);