databaseRequestNodeKeyRef property
@doc The key of the node with the database request uniquely defines which @doc request needs to be refreshed.
Implementation
@$pb.TagNumber(5)
FFNodeKeyReference get databaseRequestNodeKeyRef => $_getN(4);
Implementation
@$pb.TagNumber(5)
set databaseRequestNodeKeyRef(FFNodeKeyReference value) =>
$_setField(5, value);