UserPropertyKeyArray constructor
UserPropertyKeyArray({
- required List<
UserPropertyKeyArrayResultsItem> results, - int? start,
- int? limit,
- int? size,
- GenericLinks? links,
Implementation
UserPropertyKeyArray(
{required this.results, this.start, this.limit, this.size, this.links});