AuthVerification.fromJson constructor

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

Implementation

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