TripUpdate_StopTimeEvent class
Constructors
- TripUpdate_StopTimeEvent()
-
factory
-
TripUpdate_StopTimeEvent.fromBuffer(List<
int> i, [dynamic r = $pb.ExtensionRegistry.EMPTY]) -
factory
- TripUpdate_StopTimeEvent.fromJson(String i, [dynamic r = $pb.ExtensionRegistry.EMPTY])
-
factory
Properties
- delay ↔ int
-
@$pb.TagNumber(1), 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
- time ↔ dynamic
-
@$pb.TagNumber(2), read / write
- uncertainty ↔ int
-
@$pb.TagNumber(3), read / write
Methods
-
clearDelay(
) → void -
@$pb.TagNumber(1)
-
clearTime(
) → void -
@$pb.TagNumber(2)
-
clearUncertainty(
) → void -
@$pb.TagNumber(3)
-
clone(
) → TripUpdate_StopTimeEvent -
copyWith(
void updates(TripUpdate_StopTimeEvent)) → TripUpdate_StopTimeEvent -
createEmptyInstance(
) → TripUpdate_StopTimeEvent -
hasDelay(
) → bool -
@$pb.TagNumber(1)
-
hasTime(
) → bool -
@$pb.TagNumber(2)
-
hasUncertainty(
) → 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_StopTimeEvent -
createRepeated(
) → dynamic -
getDefault(
) → TripUpdate_StopTimeEvent