SasPortalListDevicesResponse constructor
SasPortalListDevicesResponse({
- List<
SasPortalDevice> ? devices, - String? nextPageToken,
Implementation
SasPortalListDevicesResponse({
this.devices,
this.nextPageToken,
});