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