country property

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

string device_endpoint = 5;

Implementation

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

Implementation

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