SetQuerySetsOutput constructor

  1. @JsonSerializable(includeIfNull: false)
const SetQuerySetsOutput({
  1. @SetViewConverter() required List<SetView> sets,
  2. String? cursor,
  3. Map<String, dynamic>? $unknown,
})

Implementation

@JsonSerializable(includeIfNull: false)
const factory SetQuerySetsOutput({
  @SetViewConverter() required List<SetView> sets,
  String? cursor,

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