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