tzdef property
POSIX Timezone definition string from https://github.com/nayarsystems/posix_tz_db/blob/master/zones.csv.
Implementation
@$pb.TagNumber(11)
$core.String get tzdef => $_getSZ(9);
Implementation
@$pb.TagNumber(11)
set tzdef($core.String value) => $_setString(9, value);