AuthenticationRecaptcha.fromJson constructor

AuthenticationRecaptcha.fromJson(
  1. Map<String, Object?> json
)

Implementation

AuthenticationRecaptcha.fromJson(Map<String, Object?> json)
    : response = json['response'] as String,
      super.fromJson(json);