fromJson static method

Implementation

static IngressAudioEncodingOptionsRequestChannelsEnum? fromJson(
        dynamic value) =>
    IngressAudioEncodingOptionsRequestChannelsEnumTypeTransformer()
        .decode(value);