isUpdatable property
Whether this geometry can be updated in place.
Implementation
bool get isUpdatable => storage == GeometryStorage.updatable;
Whether this geometry can be updated in place.
bool get isUpdatable => storage == GeometryStorage.updatable;