location property Null safety

String location

Implementation

@$pb.TagNumber(4)
$core.String get location => $_getSZ(3);
void location=(String v)

Implementation

@$pb.TagNumber(4)
set location($core.String v) { $_setString(3, v); }