RouteExitSign class

Информация о знаке съезда.

Constructors

RouteExitSign({RouteExitSignType type = RouteExitSignType.undefined, required RouteExitSignTable roadNameTable, required RouteExitSignTable? roadNumberTable})
const

Properties

hashCode int
The hash code for this object.
no setteroverride
roadNameTable RouteExitSignTable
Табличка съезда с названием дороги.
final
roadNumberTable RouteExitSignTable?
Табличка съезда с номером дороги.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
type RouteExitSignType
Тип съезда.
final

Methods

copyWith({RouteExitSignType? type, RouteExitSignTable? roadNameTable, Optional<RouteExitSignTable?>? roadNumberTable}) RouteExitSign
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