Constructs a User from the provided json.
json
factory User.fromJson(Map<String, dynamic> json) => _$UserFromJson(json);