VehicleDescriptor class

Constructors

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

Properties

hashCode int
The hash code for this object. [...]
read-only, inherited
id String
@$pb.TagNumber(1), read / write
info_ → dynamic
read-only
label String
@$pb.TagNumber(2), read / write
licensePlate String
@$pb.TagNumber(3), read / write
runtimeType Type
A representation of the runtime type of the object.
read-only, inherited

Methods

clearId() → void
@$pb.TagNumber(1)
clearLabel() → void
@$pb.TagNumber(2)
clearLicensePlate() → void
@$pb.TagNumber(3)
clone() VehicleDescriptor
copyWith(void updates(VehicleDescriptor)) VehicleDescriptor
createEmptyInstance() VehicleDescriptor
hasId() bool
@$pb.TagNumber(1)
hasLabel() bool
@$pb.TagNumber(2)
hasLicensePlate() 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() VehicleDescriptor
createRepeated() → dynamic
getDefault() VehicleDescriptor