from property Null safety
read / write
To define from which page to start the results, it is important to implement pagination.
Implementation
int? from;
To define from which page to start the results, it is important to implement pagination.
int? from;