VerificationInput.fromJson constructor

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

Implementation

factory VerificationInput.fromJson(Map<String, Object?> json) =>
    _$VerificationInputFromJson(json);