DescribeHomeRegionControlsResult constructor

DescribeHomeRegionControlsResult({
  1. List<HomeRegionControl>? homeRegionControls,
  2. String? nextToken,
})

Implementation

DescribeHomeRegionControlsResult({
  this.homeRegionControls,
  this.nextToken,
});