fromJson static method

TelecomTelecomTypeEnum? fromJson(
  1. dynamic value
)

Implementation

static TelecomTelecomTypeEnum? fromJson(dynamic value) => TelecomTelecomTypeEnumTypeTransformer().decode(value);