TwitterCardPropertyParser constructor

const TwitterCardPropertyParser({
  1. @Deprecated("twitter.com is used for redirect to x.com now.") bool legacyDomain = false,
})

Construct a parser of Twitter Card with decision of using legacyDomain.

Implementation

const TwitterCardPropertyParser(
    {@Deprecated("twitter.com is used for redirect to x.com now.")
    this.legacyDomain = false});