EntitySelector class

Constructors

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

Properties

agencyId String
@$pb.TagNumber(1), read / write
hashCode int
The hash code for this object. [...]
read-only, inherited
info_ → dynamic
read-only
routeId String
@$pb.TagNumber(2), read / write
routeType int
@$pb.TagNumber(3), read / write
runtimeType Type
A representation of the runtime type of the object.
read-only, inherited
stopId String
@$pb.TagNumber(5), read / write
trip TripDescriptor
@$pb.TagNumber(4), read / write

Methods

clearAgencyId() → void
@$pb.TagNumber(1)
clearRouteId() → void
@$pb.TagNumber(2)
clearRouteType() → void
@$pb.TagNumber(3)
clearStopId() → void
@$pb.TagNumber(5)
clearTrip() → void
@$pb.TagNumber(4)
clone() EntitySelector
copyWith(void updates(EntitySelector)) EntitySelector
createEmptyInstance() EntitySelector
ensureTrip() TripDescriptor
@$pb.TagNumber(4)
hasAgencyId() bool
@$pb.TagNumber(1)
hasRouteId() bool
@$pb.TagNumber(2)
hasRouteType() bool
@$pb.TagNumber(3)
hasStopId() bool
@$pb.TagNumber(5)
hasTrip() bool
@$pb.TagNumber(4)
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() EntitySelector
createRepeated() → dynamic
getDefault() EntitySelector