Creates a User instance from a JSON map.
factory User.fromJson(Map<String, dynamic> json) => _$UserFromJson(json);