ThrottlingLangToolService constructor

ThrottlingLangToolService(
  1. LanguageCheckService baseService,
  2. Duration throttlingDuration
)

Creates a new instance of the ThrottlingLangToolService class.

Implementation

ThrottlingLangToolService(
  this.baseService,
  Duration throttlingDuration,
) : throttling = Throttling(duration: throttlingDuration);