ReasonRepost constructor
- @JsonSerializable(includeIfNull: false)
- @Default('app.bsky.feed.defs#reasonRepost') String $type,
- @ProfileViewBasicConverter() required ProfileViewBasic by,
- @AtUriConverter() AtUri? uri,
- String? cid,
- required DateTime indexedAt,
- Map<
String, dynamic> ? $unknown,
Implementation
@JsonSerializable(includeIfNull: false)
const factory ReasonRepost({
@Default('app.bsky.feed.defs#reasonRepost') String $type,
@ProfileViewBasicConverter() required ProfileViewBasic by,
@AtUriConverter() AtUri? uri,
String? cid,
required DateTime indexedAt,
Map<String, dynamic>? $unknown,
}) = _ReasonRepost;