GraphFollowRecord constructor
- @JsonSerializable.new(includeIfNull: false)
- @Default.new('app.bsky.graph.follow') String $type,
- required String subject,
- required DateTime createdAt,
- @RepoStrongRefConverter() RepoStrongRef? via,
- Map<
String, dynamic> ? $unknown,
Implementation
@JsonSerializable(includeIfNull: false)
const factory GraphFollowRecord({
@Default('app.bsky.graph.follow') String $type,
required String subject,
required DateTime createdAt,
@RepoStrongRefConverter() RepoStrongRef? via,
Map<String, dynamic>? $unknown,
}) = _GraphFollowRecord;