Verification.fromJson constructor

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

Implementation

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