KeywordUrl constructor

KeywordUrl(
  1. String keyword,
  2. String url
)

Implementation

KeywordUrl(this.keyword, this.url);