RelationshipData constructor
RelationshipData({
- List<
RelevantLocation> ? childrenLocations, - String? parentChain,
- RelevantLocation? parentLocation,
Implementation
RelationshipData({
this.childrenLocations,
this.parentChain,
this.parentLocation,
});