core.Map<core.String, core.dynamic> toJson() => { if (conversations != null) 'conversations': conversations!, if (nextPageToken != null) 'nextPageToken': nextPageToken!, };