ThreadItemNotFound constructor

  1. @JsonSerializable(includeIfNull: false)
const ThreadItemNotFound({
  1. @Default('app.bsky.unspecced.defs#threadItemNotFound') String $type,
  2. Map<String, dynamic>? $unknown,
})

Implementation

@JsonSerializable(includeIfNull: false)
const factory ThreadItemNotFound({
  @Default('app.bsky.unspecced.defs#threadItemNotFound') String $type,

  Map<String, dynamic>? $unknown,
}) = _ThreadItemNotFound;