TwitterCardPropertyParser constructor

const TwitterCardPropertyParser({
  1. bool legacyDomain = true,
})

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

Implementation

const TwitterCardPropertyParser({this.legacyDomain = true});