Map<String, dynamic> toJson() { final _json = <String, dynamic>{}; if (followLink != null) { _json[r'follow_link'] = followLink; } return _json; }