FetchCaptchaResponse constructor

const FetchCaptchaResponse({
  1. List<CaptchaFields>? ok,
})

Implementation

const factory FetchCaptchaResponse({List<CaptchaFields>? ok}) = _FetchCaptchaResponse;