UserUpdateWithVerificationRequest.fromJson constructor

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

Implementation

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