ScheduledStatus class

Represents a status that will be published at a future scheduled date. https://docs.joinmastodon.org/entities/scheduledstatus/

Annotations
  • @JsonSerializable()

Constructors

ScheduledStatus({required String id, required DateTime scheduledAt, required List<Params> params, required List<Attachment> mediaAttachments})
ScheduledStatus.fromJson(Map<String, dynamic> json)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
id String
final
mediaAttachments List<Attachment>
final
params List<Params>
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
scheduledAt DateTime
final

Methods

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

Operators

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