VerificationView.fromJson constructor

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

Implementation

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