SIPCallerConfigsResponse constructor

SIPCallerConfigsResponse({
  1. Map<String, Object> customData = const {},
  2. required String id,
})

Returns a new SIPCallerConfigsResponse instance.

Implementation

SIPCallerConfigsResponse({
  this.customData = const {},
  required this.id,
});