ListConvosOutput constructor
- @JsonSerializable(includeIfNull: false)
Implementation
@JsonSerializable(includeIfNull: false)
const factory ListConvosOutput({
String? cursor,
@ConvoViewConverter() required List<ConvoView> convos,
/// Contains unknown objects not defined in Lexicon.
@JsonKey(name: r'$unknown') Map<String, dynamic>? $unknown,
}) = _ListConvosOutput;