getOwnerRequest property

  1. @TagNumber(3)
bool get getOwnerRequest

Send the current owner data in the response to this message.

Implementation

@$pb.TagNumber(3)
$core.bool get getOwnerRequest => $_getBF(2);
  1. @TagNumber(3)
set getOwnerRequest (bool value)

Implementation

@$pb.TagNumber(3)
set getOwnerRequest($core.bool value) => $_setBool(2, value);