GeopolyPolygon.blob constructor

const GeopolyPolygon.blob(
  1. Uint8List value
)

Creates a geopoly shape from the binary representation used by sqlite3.

Implementation

const factory GeopolyPolygon.blob(Uint8List value) = GeopolyPolygonBlob;