VerificationState.fromJson constructor

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

Implementation

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