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