SpellingCorrection.fromJson constructor

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

Implementation

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