ListDeviceSessionsResponse constructor
ListDeviceSessionsResponse({
- List<
DeviceSession> ? deviceSessions, - String? nextPageToken,
Implementation
ListDeviceSessionsResponse({
this.deviceSessions,
this.nextPageToken,
});