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