VerificationData.fromJson constructor

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

Implementation

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