author abstract method

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

Implementation

author(
    {
    /// Definition of [author] meta tag attribute
    required String author});