mirror of
https://github.com/gosticks/open-project-flutter-api.git
synced 2025-10-16 11:55:34 +00:00
707 B
707 B
openapi.model.GridWriteModel
Load the model package
import 'package:openapi/api.dart';
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| rowCount | int | The number of rows the grid has | [optional] |
| columnCount | int | The number of columns the grid has | [optional] |
| widgets | List | [optional] [default to const []] | |
| links | GridWriteModelLinks | [optional] |