ConvoUpdateAllReadOutput constructor

  1. @JsonSerializable(includeIfNull: false)
const ConvoUpdateAllReadOutput({
  1. required int updatedCount,
  2. Map<String, dynamic>? $unknown,
})

Implementation

@JsonSerializable(includeIfNull: false)
const factory ConvoUpdateAllReadOutput({
  /// The count of updated convos.
  required int updatedCount,

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