Settings constructor

Settings({
  1. String? etag,
  2. List<Setting>? items,
  3. String? kind,
  4. String? nextPageToken,
  5. String? nextSyncToken,
})

Implementation

Settings({
  this.etag,
  this.items,
  this.kind,
  this.nextPageToken,
  this.nextSyncToken,
});