DescribeHomeRegionControlsResult constructor
DescribeHomeRegionControlsResult({
- List<
HomeRegionControl> ? homeRegionControls, - String? nextToken,
Implementation
DescribeHomeRegionControlsResult({
this.homeRegionControls,
this.nextToken,
});