GraphBlockRecord constructor
const
GraphBlockRecord({})
Implementation
@JsonSerializable(includeIfNull: false)
const factory GraphBlockRecord({
@Default('app.bsky.graph.block') String $type,
/// DID of the account to be blocked.
required String subject,
required DateTime createdAt,
Map<String, dynamic>? $unknown,
}) = _GraphBlockRecord;