currentLocation property

  1. @JsonKey.new(name: 'CurrentLocation', includeIfNull: false)
String? currentLocation
final

Implementation

@JsonKey(name: 'CurrentLocation', includeIfNull: false)
final String? currentLocation;