fromJson static method
Parses a CorpusCategory from its name.
Implementation
static CorpusCategory fromJson(String json) => CorpusCategory.values.byName(
json,
);
Parses a CorpusCategory from its name.
static CorpusCategory fromJson(String json) => CorpusCategory.values.byName(
json,
);