ListAccountSettingsResponse constructor

ListAccountSettingsResponse({
  1. String? nextToken,
  2. List<Setting>? settings,
})

Implementation

ListAccountSettingsResponse({
  this.nextToken,
  this.settings,
});