addressLocality constant
IriTerm
const addressLocality
IRI for schemahttp:addressLocality [Expects: http://schema.org/Text]
The locality in which the street address is, and which is in the region. For example, Mountain View.
Can be used on: http://schema.org/PostalAddress
Implementation
static const addressLocality = const IriTerm(
'http://schema.org/addressLocality',
);