toTelecom method

Telecom toTelecom()

Implementation

Telecom toTelecom() => Telecom(
      telecomType: this.telecomType?.toTelecomType(),
      telecomNumber: this.telecomNumber,
      telecomDescription: this.telecomDescription,
    );