statusP2PAsClient property

  1. @TagNumber(6)
bool statusP2PAsClient

Implementation

@$pb.TagNumber(6)
$core.bool get statusP2PAsClient => $_getBF(5);
  1. @TagNumber(6)
void statusP2PAsClient=(bool v)

Implementation

@$pb.TagNumber(6)
set statusP2PAsClient($core.bool v) { $_setBool(5, v); }