isServer property
Set to true to let this node act as a server that stores received messages and resends them upon request.
Implementation
@$pb.TagNumber(6)
$core.bool get isServer => $_getBF(5);
Implementation
@$pb.TagNumber(6)
set isServer($core.bool value) => $_setBool(5, value);