RelationshipData constructor

RelationshipData({
  1. List<RelevantLocation>? childrenLocations,
  2. String? parentChain,
  3. RelevantLocation? parentLocation,
})

Implementation

RelationshipData({
  this.childrenLocations,
  this.parentChain,
  this.parentLocation,
});