SystemMessageDataDisableJoinLink constructor
- @JsonSerializable.new(includeIfNull: false)
const
SystemMessageDataDisableJoinLink(
{ - @Default.new('chat.bsky.convo.defs#systemMessageDataDisableJoinLink') String $type,
- Map<String, dynamic>? $unknown,
})
Implementation
@JsonSerializable(includeIfNull: false)
const factory SystemMessageDataDisableJoinLink({
@Default('chat.bsky.convo.defs#systemMessageDataDisableJoinLink')
String $type,
Map<String, dynamic>? $unknown,
}) = _SystemMessageDataDisableJoinLink;