AuthenticationRecaptcha.fromJson constructor

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

Implementation

AuthenticationRecaptcha.fromJson(super.json)
  : response = json['response'] as String,
    super.fromJson();