FeedEntity class

Constructors

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

Properties

alert Alert
@$pb.TagNumber(5), read / write
hashCode int
The hash code for this object. [...]
read-only, inherited
id String
@$pb.TagNumber(1), read / write
info_ → dynamic
read-only
isDeleted bool
@$pb.TagNumber(2), read / write
runtimeType Type
A representation of the runtime type of the object.
read-only, inherited
tripUpdate TripUpdate
@$pb.TagNumber(3), read / write
vehicle VehiclePosition
@$pb.TagNumber(4), read / write

Methods

clearAlert() → void
@$pb.TagNumber(5)
clearId() → void
@$pb.TagNumber(1)
clearIsDeleted() → void
@$pb.TagNumber(2)
clearTripUpdate() → void
@$pb.TagNumber(3)
clearVehicle() → void
@$pb.TagNumber(4)
clone() FeedEntity
copyWith(void updates(FeedEntity)) FeedEntity
createEmptyInstance() FeedEntity
ensureAlert() Alert
@$pb.TagNumber(5)
ensureTripUpdate() TripUpdate
@$pb.TagNumber(3)
ensureVehicle() VehiclePosition
@$pb.TagNumber(4)
hasAlert() bool
@$pb.TagNumber(5)
hasId() bool
@$pb.TagNumber(1)
hasIsDeleted() bool
@$pb.TagNumber(2)
hasTripUpdate() bool
@$pb.TagNumber(3)
hasVehicle() 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() FeedEntity
createRepeated() → dynamic
getDefault() FeedEntity