ConvoAcceptConvoOutput constructor

  1. @JsonSerializable(includeIfNull: false)
const ConvoAcceptConvoOutput({
  1. String? rev,
  2. Map<String, dynamic>? $unknown,
})

Implementation

@JsonSerializable(includeIfNull: false)
const factory ConvoAcceptConvoOutput({
  /// Rev when the convo was accepted. If not present, the convo was already accepted.
  String? rev,

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