cursor property Null safety

String? cursor
read / write

查询游标,下次查询的起始位置,第一页设置为null,查询下一页是传入上一页返回的cursor

Implementation

String? cursor;