mirror of
https://github.com/gosticks/open-project-flutter-api.git
synced 2025-10-16 11:55:34 +00:00
18 lines
659 B
Markdown
18 lines
659 B
Markdown
# openapi.model.ProjectModelStatusExplanation
|
|
|
|
## Load the model package
|
|
```dart
|
|
import 'package:openapi/api.dart';
|
|
```
|
|
|
|
## Properties
|
|
Name | Type | Description | Notes
|
|
------------ | ------------- | ------------- | -------------
|
|
**format** | **String** | Indicates the formatting language of the raw text | [readonly]
|
|
**raw** | **String** | The raw text, as entered by the user | [optional]
|
|
**html** | **String** | The text converted to HTML according to the format | [optional] [readonly]
|
|
|
|
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
|
|
|
|
|