cursorPosition property

@doc cursorPosition is Highlight if not specified

Implementation

@$pb.TagNumber(5)
FFSetFormFieldAction_FormFieldInfo_CursorPosition get cursorPosition =>
    $_getN(4);

Implementation

@$pb.TagNumber(5)
set cursorPosition(FFSetFormFieldAction_FormFieldInfo_CursorPosition value) =>
    $_setField(5, value);