ReasonRepost constructor
const
ReasonRepost({
- @Default.new('app.bsky.feed.defs#reasonRepost') String $type,
- @ProfileViewBasicConverter() required ProfileViewBasic by,
- @AtUriConverter.new() AtUri? uri,
- String? cid,
- @JsonKey.new(toJson: iso8601) 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,
@JsonKey(toJson: iso8601) required DateTime indexedAt,
Map<String, dynamic>? $unknown,
}) = _ReasonRepost;