PendingAuthRequest.fromJson constructor

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

Implementation

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