ScheduledInfo class
Class holding an information about the scheduled messages.
- Annotations
-
- @JsonSerializable(createToJson: false)
Constructors
- ScheduledInfo({required int scheduledMessageId, required int scheduledAt, required ScheduledStatus scheduledStatus})
-
ScheduledInfo.fromJson(Map<
String, dynamic> json) -
factory
Properties
- hashCode → int
-
The hash code for this object.
read-onlyinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
read-onlyinherited
- scheduledAt → int
-
The scheduled time of this message.
final
- scheduledMessageId → int
-
The ID of the scheduled message.
final
- scheduledStatus → ScheduledStatus
-
The scheduled message sending status.
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