Input$StashIDCriterionInput constructor
- String? endpoint,
- String? stash_id,
- required Enum$CriterionModifier modifier,
Implementation
factory Input$StashIDCriterionInput({
String? endpoint,
String? stash_id,
required Enum$CriterionModifier modifier,
}) => Input$StashIDCriterionInput._({
if (endpoint != null) r'endpoint': endpoint,
if (stash_id != null) r'stash_id': stash_id,
r'modifier': modifier,
});