unresolvedTokens property

List<String>? unresolvedTokens
getter/setter pair

Any tokens in the input that could not be resolved.

This might be an input that was not recognized as a valid part of an address. For example, for an input such as "Parcel 0000123123 & 0000456456 Str # Guthrie Center IA 50115 US", the unresolved tokens might look like ["Parcel", "0000123123", "&", "0000456456"].

Implementation

core.List<core.String>? unresolvedTokens;