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