UserPropertyKeyArray constructor

UserPropertyKeyArray({
  1. required List<UserPropertyKeyArrayResultsItem> results,
  2. int? start,
  3. int? limit,
  4. int? size,
  5. GenericLinks? links,
})

Implementation

UserPropertyKeyArray(
    {required this.results, this.start, this.limit, this.size, this.links});