SipAddress constructor
SipAddress({
- String? formattedType,
- FieldMetadata? metadata,
- String? type,
- String? value,
Implementation
SipAddress({
this.formattedType,
this.metadata,
this.type,
this.value,
});