country property

  1. @TagNumber.new(35)
String get country

The country of residence

Implementation

@$pb.TagNumber(35)
$core.String get country => $_getSZ(18);
  1. @TagNumber.new(35)
set country (String value)

Implementation

@$pb.TagNumber(35)
set country($core.String value) => $_setString(18, value);