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