PushEntity class

Constructors

PushEntity.new({required String id, String? payload, String? title, String? body, PushRepeatInterval? repeatInterval, Duration? scheduleDurationAddition})

Properties

body String?
final
hashCode int
The hash code for this object.
no setterinherited
id String
final
payload String?
final
pushId int
no setter
repeatInterval PushRepeatInterval?
Repeat interval for periodic pushes
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
scheduleDurationAddition Duration?
Duration that will be added to 00:00 of the current day
final
showPossible bool
no setter
title String?
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited