ogTitle abstract method

dynamic ogTitle({
  1. required String ogTitle,
})

Implementation

ogTitle(
    {
    /// Definition of [og:title] meta tag attribute
    required String ogTitle});