receiverFunction property
If the first argument of the function is the receiver.
Implementation
@$pb.TagNumber(3)
$core.bool get receiverFunction => $_getBF(2);
Implementation
@$pb.TagNumber(3)
set receiverFunction($core.bool value) => $_setBool(2, value);