Merge branch 'main' into blue-branch
This commit is contained in:
commit
3f1632e7ff
1 changed files with 1 additions and 1 deletions
|
|
@ -32,7 +32,7 @@ class Lemma {
|
|||
saveVocab: json['save_vocab'] ?? json['saveVocab'] ?? false,
|
||||
form: json["form"] ?? json['text'],
|
||||
pos: json['pos'] ?? '',
|
||||
morph: json['morph'] ?? '{}',
|
||||
morph: json['morph'] ?? {},
|
||||
);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue