Feature.fromWKT constructor

Feature.fromWKT(
  1. String wkt
)

Creates a Feature from a WKT String.

Implementation

factory Feature.fromWKT(String wkt) {
  throw UnimplementedError();
}