GrammaticalFeature.fromJson constructor

GrammaticalFeature.fromJson(
  1. Map json
)

Implementation

factory GrammaticalFeature.fromJson(Map json) =>
    _$GrammaticalFeatureFromJson(json);