localLocation property

  1. @JsonKey.new(name: 'LocalLocation')
LocalLocation? localLocation
final

Indoor location offset.

Implementation

@JsonKey(name: 'LocalLocation')
final LocalLocation? localLocation;