DisabledJoinLinkPreviewView constructor

const DisabledJoinLinkPreviewView({
  1. @Default.new('chat.bsky.group.defs#disabledJoinLinkPreviewView') String $type,
  2. required String code,
  3. Map<String, dynamic>? $unknown,
})

Implementation

@JsonSerializable(includeIfNull: false)
const factory DisabledJoinLinkPreviewView({
  @Default('chat.bsky.group.defs#disabledJoinLinkPreviewView') String $type,
  required String code,

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