cursor property

  1. @TagNumber(8)
String cursor

Implementation

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

Implementation

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