pageIndex property Null safety

int? pageIndex
read / write

分页页码,默认为0,0代表第一页,1代表第二页,以此类推

Implementation

int? pageIndex;