GetAncestryResponse constructor

GetAncestryResponse({
  1. List<Ancestor>? ancestor,
})

Implementation

GetAncestryResponse({
  this.ancestor,
});