CustomLanguage.fromJson constructor

CustomLanguage.fromJson(
  1. Map<String, dynamic> json
)

Creates a custom language configuration from the given JSON map.

Implementation

factory CustomLanguage.fromJson(Map<String, dynamic> json) =>
    _$CustomLanguageFromJson(json);