Objects constructor

Objects({
  1. List<Object>? items,
  2. String? kind,
  3. String? nextPageToken,
  4. List<String>? prefixes,
})

Implementation

Objects({
  this.items,
  this.kind,
  this.nextPageToken,
  this.prefixes,
});