PostParam class

Annotations
  • @freezed

Constructors

PostParam({required String text, ReplyRef? reply, List<Facet>? facets, @embedConverter Embed? embed, List<String>? languageTags, @labelsConverter Labels? labels, List<String>? tags, DateTime? createdAt, @Default(emptyJson) Map<String, dynamic> unspecced})
const
factory
PostParam.fromJson(Map<String, Object?> json)
factory

Properties

copyWith → $PostParamCopyWith<PostParam>
no setterinherited
createdAt DateTime?
no setterinherited
embed Embed?
no setterinherited
facets List<Facet>?
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
labels Labels?
no setterinherited
languageTags List<String>?
no setterinherited
reply ReplyRef?
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
tags List<String>?
no setterinherited
text String
no setterinherited
unspecced Map<String, dynamic>
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