FeedHeader class

Constructors

FeedHeader()
factory
FeedHeader.fromBuffer(List<int> i, [dynamic r = $pb.ExtensionRegistry.EMPTY])
factory
FeedHeader.fromJson(String i, [dynamic r = $pb.ExtensionRegistry.EMPTY])
factory

Properties

gtfsRealtimeVersion String
@$pb.TagNumber(1), read / write
hashCode int
The hash code for this object. [...]
read-only, inherited
incrementality FeedHeader_Incrementality
@$pb.TagNumber(2), read / write
info_ → dynamic
read-only
runtimeType Type
A representation of the runtime type of the object.
read-only, inherited
timestamp ↔ dynamic
@$pb.TagNumber(3), read / write

Methods

clearGtfsRealtimeVersion() → void
@$pb.TagNumber(1)
clearIncrementality() → void
@$pb.TagNumber(2)
clearTimestamp() → void
@$pb.TagNumber(3)
clone() FeedHeader
copyWith(void updates(FeedHeader)) FeedHeader
createEmptyInstance() FeedHeader
hasGtfsRealtimeVersion() bool
@$pb.TagNumber(1)
hasIncrementality() bool
@$pb.TagNumber(2)
hasTimestamp() bool
@$pb.TagNumber(3)
noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent method or property is accessed. [...]
inherited
toString() String
Returns a string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator. [...]
inherited

Static Methods

create() FeedHeader
createRepeated() → dynamic
getDefault() FeedHeader