Map<String, dynamic> toJson() { final _json = <String, dynamic>{}; _json[r'context'] = context; _json[r'value'] = value; return _json; }