explode method Null safety
Explodes the Feature into a list of Point
s.
(Not actually possible, as a base feature has no geometry)
Implementation
List<Point> explode() {
return [];
}
Explodes the Feature into a list of Point
s.
(Not actually possible, as a base feature has no geometry)
List<Point> explode() {
return [];
}