normalizedVertices property Null safety

  1. @JsonKey(defaultValue: [])
List<NormalizedVertex> normalizedVertices
final

The bounding polygon normalized vertices.

Implementation

@JsonKey(defaultValue: [])
final List<NormalizedVertex> normalizedVertices;