writableNode property

  1. @TagNumber(19)
Instance_Node writableNode

Output only. This is set for the read-write VM of the PRIMARY instance only.

Implementation

@$pb.TagNumber(19)
Instance_Node get writableNode => $_getN(18);
  1. @TagNumber(19)
void writableNode=(Instance_Node v)

Implementation

@$pb.TagNumber(19)
set writableNode(Instance_Node v) { setField(19, v); }