CallStatsMapSubscribers constructor

CallStatsMapSubscribers({
  1. List<CallStatsMapLocation> locations = const [],
  2. List<CallStatsMapSubscriber> participants = const [],
})

Returns a new CallStatsMapSubscribers instance.

Implementation

CallStatsMapSubscribers({
  this.locations = const [],
  this.participants = const [],
});