SystemMessageDataEditJoinLink constructor

  1. @JsonSerializable.new(includeIfNull: false)
const SystemMessageDataEditJoinLink({
  1. @Default.new('chat.bsky.convo.defs#systemMessageDataEditJoinLink') String $type,
  2. Map<String, dynamic>? $unknown,
})

Implementation

@JsonSerializable(includeIfNull: false)
const factory SystemMessageDataEditJoinLink({
  @Default('chat.bsky.convo.defs#systemMessageDataEditJoinLink') String $type,

  Map<String, dynamic>? $unknown,
}) = _SystemMessageDataEditJoinLink;