Location class

KO: 장소 정보
EN: Location information

Annotations
  • @JsonSerializable(fieldRename: FieldRename.snake, includeIfNull: false)

Properties

hashCode → int
The hash code for this object.
no setterinherited
name → String
KO: 장소 이름
EN: Location name
final
rpFlag → String?
KO: 도착 링크(현재 미지원)
EN: Link for the destination (Currently not available)
final
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited
x → String
KO: 경도 좌표
EN: Longitude coordinate
final
y → String
KO: 위도 좌표
EN: Latitude coordinate
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited

Operators

operator ==(Object other) → bool
The equality operator.
inherited