LexiconDoc.fromJson constructor

LexiconDoc.fromJson(
  1. Map<String, Object?> json
)

Implementation

factory LexiconDoc.fromJson(Map<String, Object?> json) =>
    _$LexiconDocFromJson(json);