UserWithAuth.fromJson constructor

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

Implementation

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