postalCodePrefix constant
IriTerm
const postalCodePrefix
IRI for schema:postalCodePrefix [Expects: https://schema.org/Text]
A defined range of postal codes indicated by a common textual prefix. Used for non-numeric systems such as UK.
Can be used on: https://schema.org/DefinedRegion
Implementation
static const postalCodePrefix = const IriTerm(
'https://schema.org/postalCodePrefix',
);