cacheableCursor property

  1. @TagNumber(4)
String cacheableCursor

Implementation

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

Implementation

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