ApiKeys constructor

ApiKeys({
  1. List<ApiKey>? items,
  2. String? position,
  3. List<String>? warnings,
})

Implementation

ApiKeys({
  this.items,
  this.position,
  this.warnings,
});