Setting constructor

Setting({
  1. String? etag,
  2. String? id,
  3. String? kind,
  4. String? value,
})

Implementation

Setting({
  this.etag,
  this.id,
  this.kind,
  this.value,
});