agencyId property
The values of the fields should correspond to the appropriate fields in the GTFS feed. At least one specifier must be given. If several are given, then the matching has to apply to all the given specifiers.
Implementation
@$pb.TagNumber(1)
$core.String get agencyId => $_getSZ(0);
Implementation
@$pb.TagNumber(1)
set agencyId($core.String v) { $_setString(0, v); }