PublicTransportStop class

Описание остановки общественного транспорта.

Constructors

PublicTransportStop({required String name, required GeoPoint coordinates})
const

Properties

coordinates GeoPoint
Географические координаты остановки.
final
hashCode int
The hash code for this object.
no setteroverride
name String
Название остановки.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

copyWith({String? name, GeoPoint? coordinates}) PublicTransportStop
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