acceptedAnswer constant

IriTerm const acceptedAnswer

acceptedAnswer [Expects: https://schema.org/Answer, https://schema.org/ItemList]

The answer(s) that has been accepted as best, typically on a Question/Answer site. Sites vary in their selection mechanisms, e.g. drawing on community opinion and/or the view of the Question author.

Can be used on: https://schema.org/Question

Implementation

static const acceptedAnswer = IriTerm.prevalidated(
  'https://schema.org/acceptedAnswer',
);