Tenor constructor

Tenor({
  1. String apiKey = '',
  2. String language = 'en',
})

Implementation

Tenor({this.apiKey = '', this.language = 'en'});