validateOnly property

bool? validateOnly
getter/setter pair

If true, the schema will be checked for validity, but will not be registered with the data source, even if valid.

Implementation

core.bool? validateOnly;