DgisObjectId class

Constructors

DgisObjectId({int objectId = 0, int entranceId = 0})
const

Properties

entranceId int
Стабильный числовой идентификатор входа/подъезда для объекта object_id.
final
hashCode int
The hash code for this object.
no setteroverride
objectId int
Стабильный числовой идентификатор объекта.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

copyWith({int? objectId, int? entranceId}) DgisObjectId
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