GetInventorySchemaResult constructor

GetInventorySchemaResult({
  1. String? nextToken,
  2. List<InventoryItemSchema>? schemas,
})

Implementation

GetInventorySchemaResult({
  this.nextToken,
  this.schemas,
});