CallId constructor

CallId({
  1. required int id,
})

Implementation

CallId({required this.id});