readCountry property

  1. @TagNumber(10)
bool readCountry

Implementation

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

Implementation

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