ConvoUpdateAllReadOutput constructor
- @JsonSerializable(includeIfNull: false)
Implementation
@JsonSerializable(includeIfNull: false)
const factory ConvoUpdateAllReadOutput({
/// The count of updated convos.
required int updatedCount,
Map<String, dynamic>? $unknown,
}) = _ConvoUpdateAllReadOutput;