countryIso property

  1. @TagNumber.new(8)
String get countryIso

Implementation

@$pb.TagNumber(8)
$core.String get countryIso => $_getSZ(7);
  1. @TagNumber.new(8)
set countryIso (String value)

Implementation

@$pb.TagNumber(8)
set countryIso($core.String value) => $_setString(7, value);