GetPeopleResponse constructor

GetPeopleResponse({
  1. List<PersonResponse>? responses,
})

Implementation

GetPeopleResponse({this.responses});