Input$StashBoxPerformerQueryInput constructor

Input$StashBoxPerformerQueryInput({
  1. @Deprecated('use stash_box_endpoint') int? stash_box_index,
  2. String? stash_box_endpoint,
  3. List<String>? performer_ids,
  4. String? q,
})

Implementation

factory Input$StashBoxPerformerQueryInput({
  @Deprecated('use stash_box_endpoint') int? stash_box_index,
  String? stash_box_endpoint,
  List<String>? performer_ids,
  String? q,
}) => Input$StashBoxPerformerQueryInput._({
  if (stash_box_index != null) r'stash_box_index': stash_box_index,
  if (stash_box_endpoint != null) r'stash_box_endpoint': stash_box_endpoint,
  if (performer_ids != null) r'performer_ids': performer_ids,
  if (q != null) r'q': q,
});