TripDescriptor class

Constructors

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

Properties

directionId int
@$pb.TagNumber(6), read / write
hashCode int
The hash code for this object. [...]
read-only, inherited
info_ → dynamic
read-only
routeId String
@$pb.TagNumber(5), read / write
runtimeType Type
A representation of the runtime type of the object.
read-only, inherited
scheduleRelationship TripDescriptor_ScheduleRelationship
@$pb.TagNumber(4), read / write
startDate String
@$pb.TagNumber(3), read / write
startTime String
@$pb.TagNumber(2), read / write
tripId String
@$pb.TagNumber(1), read / write

Methods

clearDirectionId() → void
@$pb.TagNumber(6)
clearRouteId() → void
@$pb.TagNumber(5)
clearScheduleRelationship() → void
@$pb.TagNumber(4)
clearStartDate() → void
@$pb.TagNumber(3)
clearStartTime() → void
@$pb.TagNumber(2)
clearTripId() → void
@$pb.TagNumber(1)
clone() TripDescriptor
copyWith(void updates(TripDescriptor)) TripDescriptor
createEmptyInstance() TripDescriptor
hasDirectionId() bool
@$pb.TagNumber(6)
hasRouteId() bool
@$pb.TagNumber(5)
hasScheduleRelationship() bool
@$pb.TagNumber(4)
hasStartDate() bool
@$pb.TagNumber(3)
hasStartTime() bool
@$pb.TagNumber(2)
hasTripId() bool
@$pb.TagNumber(1)
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() TripDescriptor
createRepeated() → dynamic
getDefault() TripDescriptor