ScheduledStatus class

Annotations
  • @freezed

Constructors

ScheduledStatus({required String id, required ScheduledStatusParams params, required List<MediaAttachment> mediaAttachments, required DateTime scheduledAt})
const
factory
ScheduledStatus.fromJson(Map<String, Object?> json)
factory

Properties

copyWith → $ScheduledStatusCopyWith<ScheduledStatus>
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
id String
ID of the scheduled status in the database.
no setterinherited
mediaAttachments List<MediaAttachment>
Media that will be attached when the status is posted.
no setterinherited
params ScheduledStatusParams
The parameters that were used when scheduling the status, to be used when the status is posted.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
scheduledAt DateTime
The timestamp for when the status will be posted.
no setterinherited

Methods

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

Operators

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