AppList constructor

AppList({
  1. List<String>? defaultAppIds,
  2. String? etag,
  3. List<App>? items,
  4. String? kind,
  5. String? selfLink,
})

Implementation

AppList({
  this.defaultAppIds,
  this.etag,
  this.items,
  this.kind,
  this.selfLink,
});