toTelecomType method

TelecomTelecomTypeEnum toTelecomType()

Implementation

TelecomTelecomTypeEnum toTelecomType() => TelecomTelecomTypeEnum.values.firstWhere((it) => it.value == this.value);