PeopleTaggedImagesParams constructor

PeopleTaggedImagesParams({
  1. required int personId,
  2. int page = 1,
})

personId : Person id of.

Implementation

PeopleTaggedImagesParams({
  required this.personId,
  this.page = 1,
});