ListPlatformUserDetail constructor

ListPlatformUserDetail({
  1. List<PlatformUserDetail>? items,
  2. int? totalItems,
  3. int? numberOfPages,
})

Implementation

ListPlatformUserDetail({this.items, this.totalItems, this.numberOfPages});