agencyId property

  1. @TagNumber(1)
String get agencyId

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);
  1. @TagNumber(1)
set agencyId (String v)

Implementation

@$pb.TagNumber(1)
set agencyId($core.String v) { $_setString(0, v); }