Asps constructor

Asps({
  1. String? etag,
  2. List<Asp>? items,
  3. String? kind,
})

Implementation

Asps({
  this.etag,
  this.items,
  this.kind,
});