Telecom constructor
Telecom({
- TelecomTelecomTypeEnum? telecomType,
- String? telecomNumber,
- String? telecomDescription,
Returns a new Telecom instance.
Implementation
Telecom({
this.telecomType,
this.telecomNumber,
this.telecomDescription,
});