pageCount property Null safety
final
The number of pages required to display in SfDataPager. Calculate the number of pages by dividing the total number of items available by number of items displayed in a page.
This must be non null.
Implementation
final double pageCount;