Input$StashConfigInput constructor
Implementation
factory Input$StashConfigInput({
required String path,
required bool excludeVideo,
required bool excludeImage,
}) => Input$StashConfigInput._({
r'path': path,
r'excludeVideo': excludeVideo,
r'excludeImage': excludeImage,
});