GetInventorySchemaResult constructor
GetInventorySchemaResult({
- String? nextToken,
- List<
InventoryItemSchema> ? schemas,
Implementation
GetInventorySchemaResult({
this.nextToken,
this.schemas,
});