TruckPassZonePass class

Пропуск, разрешающий движение грузового транспорта в пропускных зонах.

Constructors

TruckPassZonePass({required TruckPassZonePassId id, required String name, required Set<TruckPassZoneId> passZoneIds})
const

Properties

hashCode int
The hash code for this object.
no setteroverride
id TruckPassZonePassId
Идентификатор пропуска.
final
name String
Название пропуска.
final
passZoneIds Set<TruckPassZoneId>
Идентификаторы пропускных зон, по которым разрешает движение данный пропуск
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

copyWith({TruckPassZonePassId? id, String? name, Set<TruckPassZoneId>? passZoneIds}) TruckPassZonePass
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
override