children property

List<String>? children
getter/setter pair

Children of the origin (like, Aquitaine is a child of France).

In real life the field is rarely populated. Stats on 2022-11-06: 16/369 origins have children.

Implementation

@JsonKey(includeIfNull: false)
List<String>? children;