AuthUserNotFoundException.fromJson constructor

AuthUserNotFoundException.fromJson(
  1. Map<String, dynamic> jsonSerialization
)

Implementation

factory AuthUserNotFoundException.fromJson(
  Map<String, dynamic> jsonSerialization,
) {
  return AuthUserNotFoundException();
}