fromJson static method

ScriptLanguage fromJson(
  1. dynamic value
)

Implementation

static ScriptLanguage fromJson(dynamic value) =>
    ScriptLanguageTypeTransformer().decode(value)!;