issueReproduces property
bool
get
issueReproduces
Whether the issue reproduces (generation or script failed).
Implementation
bool get issueReproduces => !generationSucceeded || !scriptSucceeded;
Whether the issue reproduces (generation or script failed).
bool get issueReproduces => !generationSucceeded || !scriptSucceeded;