validateOnly property

bool validateOnly
final

Whether to validate changes without actually publishing.

When true, performs validation checks with Google Play Console without committing the changes. Useful for testing configurations and catching errors before actual deployment. Default: false

Implementation

final bool validateOnly;