Restores this instance from the given JSON object.
FuzzyTerm fromJSON(Map<String,dynamic> json ) { _uuid = json['uuid']; return this; }