CompleteVerificationRequest.fromJson constructor

CompleteVerificationRequest.fromJson(
  1. Map json_
)

Implementation

CompleteVerificationRequest.fromJson(core.Map json_)
    : this(
        pin: json_['pin'] as core.String?,
      );