readCountry property

  1. @TagNumber.new(10)
bool get readCountry

Implementation

@$pb.TagNumber(10)
$core.bool get readCountry => $_getBF(9);
  1. @TagNumber.new(10)
set readCountry (bool v)

Implementation

@$pb.TagNumber(10)
set readCountry($core.bool v) { $_setBool(9, v); }