CLCmdPillReminderSingleData class final

Data structure for pill information from peripheral.

Constructors

CLCmdPillReminderSingleData({required int epoch, required int reminderId})
CLCmdPillReminderSingleData.from(PERIPHERAL_PILL_REMINDER_SINGLE_DATA v)
factory

Properties

epoch int
final
hashCode int
The hash code for this object.
no setterinherited
reminderId int
< The epoch time since 1970.
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