legalAddress constant

IriTerm const legalAddress

IRI for schemahttp:legalAddress [Expects: http://schema.org/PostalAddress]

The legal address of an organization which acts as the officially registered address used for legal and tax purposes. The legal address can be different from the place of operations of a business and other addresses can be part of an organization.

Can be used on: http://schema.org/Organization

Implementation

static const legalAddress = IriTerm.prevalidated(
  'http://schema.org/legalAddress',
);