cursor property
Optional pagination mechanism; may not necessarily allow scrolling through entire result set.
Implementation
String? get url; List<String>? get tag; int get limit;/// Optional pagination mechanism; may not necessarily allow scrolling through entire result set.
String? get cursor;