cursor property

  1. @TagNumber(4)
String cursor

Implementation

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

Implementation

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