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