receiverFunction property

  1. @TagNumber.new(3)
bool get receiverFunction

If the first argument of the function is the receiver.

Implementation

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

Implementation

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