ThreadContext constructor

  1. @jsonSerializable
const ThreadContext({
  1. @typeKey @Default(appBskyFeedDefsThreadContext) String type,
  2. @AtUriConverter() AtUri? rootAuthorLike,
})

Implementation

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