toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() => {
if (activePollItem != null) 'activePollItem': activePollItem!,
if (etag != null) 'etag': etag!,
if (eventId != null) 'eventId': eventId!,
if (items != null) 'items': items!,
if (kind != null) 'kind': kind!,
if (nextPageToken != null) 'nextPageToken': nextPageToken!,
if (offlineAt != null)
'offlineAt': offlineAt!.toUtc().toIso8601String(),
if (pageInfo != null) 'pageInfo': pageInfo!,
if (pollingIntervalMillis != null)
'pollingIntervalMillis': pollingIntervalMillis!,
if (tokenPagination != null) 'tokenPagination': tokenPagination!,
if (visitorId != null) 'visitorId': visitorId!,
};