fromJson static method

StartClosedCaptionsRequestLanguageEnum? fromJson(
  1. dynamic value
)

Implementation

static StartClosedCaptionsRequestLanguageEnum? fromJson(dynamic value) =>
    StartClosedCaptionsRequestLanguageEnumTypeTransformer().decode(value);