DisabledJoinLinkPreviewView constructor
const
DisabledJoinLinkPreviewView({})
Implementation
@JsonSerializable(includeIfNull: false)
const factory DisabledJoinLinkPreviewView({
@Default('chat.bsky.group.defs#disabledJoinLinkPreviewView') String $type,
required String code,
Map<String, dynamic>? $unknown,
}) = _DisabledJoinLinkPreviewView;