ThreadContext constructor
- @jsonSerializable
Implementation
@jsonSerializable
const factory ThreadContext({
@typeKey @Default(appBskyFeedDefsThreadContext) String type,
@AtUriConverter() AtUri? rootAuthorLike,
}) = _ThreadContext;
@jsonSerializable
const factory ThreadContext({
@typeKey @Default(appBskyFeedDefsThreadContext) String type,
@AtUriConverter() AtUri? rootAuthorLike,
}) = _ThreadContext;