Params class

Annotations
  • @JsonSerializable()

Constructors

Params({required String text, required String inReplyToId, required List<String> mediaIds, required bool sensitive, required bool spoilerText, required Visibility visibility, required DateTime scheduledAt, required String applicationId})
Params.fromJson(Map<String, dynamic> json)
factory

Properties

applicationId String
final
hashCode int
The hash code for this object.
no setterinherited
inReplyToId String
final
mediaIds List<String>
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
scheduledAt DateTime
final
sensitive bool
final
spoilerText bool
final
text String
final
visibility Visibility
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