myhomie_app/mycore_api/doc/NotificationDTO.md

807 B

mycore_api.model.NotificationDTO

Load the model package

import 'package:mycore_api/api.dart';

Properties

Name Type Description Notes
notificationTitle String [optional]
notificationMessage String [optional]
notificationLabelButton String [optional]
title String [optional]
body String [optional]
type String [optional]
isPushNotification bool [optional]
isButton bool [optional]
buttonLabel String [optional]

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