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.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
scheduledAt int
The scheduled time of this message.
getter/setter pair
scheduledMessageId int
The ID of the scheduled message.
getter/setter pair
scheduledStatus ScheduledStatus
The scheduled message sending status.
getter/setter pair

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