LogLeaveConvo constructor
- @JsonSerializable(includeIfNull: false)
Implementation
@JsonSerializable(includeIfNull: false)
const factory LogLeaveConvo({
@Default('chat.bsky.convo.defs#logLeaveConvo') String $type,
required String rev,
required String convoId,
Map<String, dynamic>? $unknown,
}) = _LogLeaveConvo;