authenticatedSignedWrites property

bool authenticatedSignedWrites
@$pb.TagNumber(7)

Implementation

@$pb.TagNumber(7)
$core.bool get authenticatedSignedWrites => $_getBF(6);
void authenticatedSignedWrites= (bool v)
@$pb.TagNumber(7)

Implementation

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