CLCmdDailyClockReminder class final

Data structure for user reminder information.

Constructors

CLCmdDailyClockReminder({required int hourStart, required int hourEnd, required bool bClockEnable})
CLCmdDailyClockReminder.from(PERIPHERAL_DAILY_CLOCK_REMINDER_CONTEXT v)
< Boolean enable clock reminder.
factory

Properties

bClockEnable bool
< The ending hour
final
hashCode int
The hash code for this object.
no setterinherited
hourEnd int
< The starting hour.
final
hourStart int
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

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

Operators

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