SetGetValuesOutput constructor
- @JsonSerializable(includeIfNull: false)
Implementation
@JsonSerializable(includeIfNull: false)
const factory SetGetValuesOutput({
@SetViewConverter() required SetView set,
required List<String> values,
String? cursor,
Map<String, dynamic>? $unknown,
}) = _SetGetValuesOutput;