TripUpdate class

Constructors

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

Properties

delay int
@$pb.TagNumber(5), read / write
hashCode int
The hash code for this object. [...]
read-only, inherited
info_ → dynamic
read-only
runtimeType Type
A representation of the runtime type of the object.
read-only, inherited
stopTimeUpdate List<TripUpdate_StopTimeUpdate>
@$pb.TagNumber(2), read-only
timestamp ↔ dynamic
@$pb.TagNumber(4), read / write
trip TripDescriptor
@$pb.TagNumber(1), read / write
vehicle VehicleDescriptor
@$pb.TagNumber(3), read / write

Methods

clearDelay() → void
@$pb.TagNumber(5)
clearTimestamp() → void
@$pb.TagNumber(4)
clearTrip() → void
@$pb.TagNumber(1)
clearVehicle() → void
@$pb.TagNumber(3)
clone() TripUpdate
copyWith(void updates(TripUpdate)) TripUpdate
createEmptyInstance() TripUpdate
ensureTrip() TripDescriptor
@$pb.TagNumber(1)
ensureVehicle() VehicleDescriptor
@$pb.TagNumber(3)
hasDelay() bool
@$pb.TagNumber(5)
hasTimestamp() bool
@$pb.TagNumber(4)
hasTrip() bool
@$pb.TagNumber(1)
hasVehicle() 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() TripUpdate
createRepeated() → dynamic
getDefault() TripUpdate