JoinLinkViewerState constructor
const
JoinLinkViewerState({})
Implementation
@JsonSerializable(includeIfNull: false)
const factory JoinLinkViewerState({
@Default('chat.bsky.group.defs#joinLinkViewerState') String $type,
@JsonKey(toJson: iso8601) DateTime? requestedAt,
Map<String, dynamic>? $unknown,
}) = _JoinLinkViewerState;