HypertextApplicationLanguageLink constructor

const HypertextApplicationLanguageLink({
  1. required String href,
  2. String? type,
  3. String? deprecation,
  4. String? name,
  5. String? profile,
  6. String? title,
  7. String? hreflang,
  8. bool templated = true,
})

Implementation

const HypertextApplicationLanguageLink({
  required this.href,
  this.type,
  this.deprecation,
  this.name,
  this.profile,
  this.title,
  this.hreflang,
  this.templated = true,
});