CaptchaException constructor Null safety

CaptchaException(
  1. String sitekey,
  2. {String message = ''}
)

Implementation

CaptchaException(this.sitekey, {this.message = ''});