GetCaptcha.fromJson constructor

GetCaptcha.fromJson(
  1. Map<String, dynamic> json
)

Implementation

factory GetCaptcha.fromJson(Map<String, dynamic> json) =>
    _$GetCaptchaFromJson(json);