forked from loafle/openapi-generator-original
* new files for dart client * update doc for dart * update api and model doc for dart * update dart petstore sample * update dart doc * update dart petstore sample * update dart petstore sample * update dart client installation instruction
756 B
756 B
swagger.model.Pet
Load the model package
import 'package:swagger/api.dart';
Properties
Name | Type | Description | Notes |
---|---|---|---|
id | int | [optional] [default to null] | |
category | Category | [optional] [default to null] | |
name | String | [default to null] | |
photoUrls | List<String> | [default to []] | |
tags | List<Tag> | [optional] [default to []] | |
status | String | pet status in the store | [optional] [default to null] |