GetExtensionResponse constructor
GetExtensionResponse({})
Implementation
GetExtensionResponse({
required this.id,
required this.sipServer,
required this.username,
required this.password,
required this.displayName,
required this.enabled,
});