Verification.fromJson constructor

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

Implementation

factory Verification.fromJson(Map<String, dynamic> json) {
  return _$VerificationFromJson(json);
}