Creates an Identity instance from JSON data.
factory Identity.fromJson(Map<String, dynamic> json) => _$IdentityFromJson(json);