GetPeopleResponse constructor
      
      GetPeopleResponse({ 
    
    
- List<
PersonResponse> ? responses, 
Implementation
GetPeopleResponse({
  this.responses,
});
GetPeopleResponse({
  this.responses,
});