fromJson static method

IngressVideoLayerRequestCodecEnum? fromJson(
  1. dynamic value
)

Implementation

static IngressVideoLayerRequestCodecEnum? fromJson(dynamic value) =>
    IngressVideoLayerRequestCodecEnumTypeTransformer().decode(value);