ProfileAssociatedChat constructor
- @JsonSerializable(includeIfNull: false)
- @Default('app.bsky.actor.defs#profileAssociatedChat') String $type,
- @ProfileAssociatedChatAllowIncomingConverter() required ProfileAssociatedChatAllowIncoming allowIncoming,
- Map<
String, dynamic> ? $unknown,
Implementation
@JsonSerializable(includeIfNull: false)
const factory ProfileAssociatedChat({
@Default('app.bsky.actor.defs#profileAssociatedChat') String $type,
@ProfileAssociatedChatAllowIncomingConverter()
required ProfileAssociatedChatAllowIncoming allowIncoming,
Map<String, dynamic>? $unknown,
}) = _ProfileAssociatedChat;