ProfileAssociatedChat constructor

  1. @JsonSerializable(includeIfNull: false)
const ProfileAssociatedChat({
  1. @Default('app.bsky.actor.defs#profileAssociatedChat') String $type,
  2. @ProfileAssociatedChatAllowIncomingConverter() required ProfileAssociatedChatAllowIncoming allowIncoming,
  3. 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;