Location class Null safety
카카오내비에서 장소를 표현
- Annotations
- @JsonSerializable(fieldRename: FieldRename.snake, includeIfNull: false)
Properties
- hashCode → int
-
The hash code for this object. [...]
read-only, inherited
- name → String
-
name 장소 이름. 예) 우리집, 회사
final
- rpFlag → String?
-
@JsonKey(name: "rpflag"), final
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
- x → String
-
경도 좌표
final
- y → String
-
위도 좌표
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator. [...]
inherited