toTelecomDto method

TelecomDto toTelecomDto()

Implementation

TelecomDto toTelecomDto() => TelecomDto(
      telecomType: this.telecomType?.toTelecomType(),
      telecomNumber: this.telecomNumber,
      telecomDescription: this.telecomDescription,
    );