()
| 10 | } |
| 11 | |
| 12 | public String flag() { |
| 13 | return flagUrl + faker.fakeValuesService().resolve("country.code2", this, faker) + ".png"; |
| 14 | } |
| 15 | |
| 16 | public String countryCode2() { |
| 17 | return faker.fakeValuesService().resolve("country.code2", this, faker); |
nothing calls this directly
no test coverage detected