spellCorrected property

bool? spellCorrected
getter/setter pair

Indicates a correction to a misspelling in the component name.

The API does not always flag changes from one spelling variant to another, such as when changing "centre" to "center". It also does not always flag common misspellings, such as when changing "Amphitheater Pkwy" to "Amphitheatre Pkwy".

Implementation

core.bool? spellCorrected;