toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() => {
if (connections != null) 'connections': connections!,
if (nextPageToken != null) 'nextPageToken': nextPageToken!,
if (nextSyncToken != null) 'nextSyncToken': nextSyncToken!,
if (totalItems != null) 'totalItems': totalItems!,
if (totalPeople != null) 'totalPeople': totalPeople!,
};