fillGeometry property

  1. @JsonKey(defaultValue: [])
List<Path> fillGeometry
final

Only specified if parameter geometry=paths is used. An array of paths representing the object fill.

Implementation

@JsonKey(defaultValue: [])
final List<Path> fillGeometry;