cursor property

  1. @TagNumber(3)
String cursor

Implementation

@$pb.TagNumber(3)
$core.String get cursor => $_getSZ(2);
  1. @TagNumber(3)
void cursor=(String v)

Implementation

@$pb.TagNumber(3)
set cursor($core.String v) {
  $_setString(2, v);
}