capital property

String? capital
final

The capital of this country, like Kabul for Afghanistan You can find this as a City by like:

var matches = Earth().afghanistan.search(Earth().afghanistan.capital);
print(matches.first.toJson());

Implementation

final String? capital;