location property

  1. @JsonKey.new(name: 'location', defaultValue: <double>[])
List<double>? location
final

Implementation

@JsonKey(name: 'location', defaultValue: <double>[])
final List<double>? location;