getOwnerRequest property
Send the current owner data in the response to this message.
Implementation
@$pb.TagNumber(3)
$core.bool get getOwnerRequest => $_getBF(2);
Implementation
@$pb.TagNumber(3)
set getOwnerRequest($core.bool value) => $_setBool(2, value);