SystemMessageDataEnableJoinLink constructor

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

Implementation

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

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