publishedToRemote property

  1. @TagNumber.new(7)
bool get publishedToRemote

Implementation

@$pb.TagNumber(7)
$core.bool get publishedToRemote => $_getBF(6);
  1. @TagNumber.new(7)
set publishedToRemote (bool v)

Implementation

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