open-project-flutter-api/doc/DayModel.md
2023-11-05 19:54:17 +01:00

660 B

openapi.model.DayModel

Load the model package

import 'package:openapi/api.dart';

Properties

Name Type Description Notes
type String
date DateTime Date of the day.
name String Descriptive name for the day.
working bool true for a working day, false otherwise.
links DayModelLinks [optional]

[Back to Model list] [Back to API list] [Back to README]