hash property

int hash

Implementation

int get hash {
  _hash ??= Object.hashAll(polylines);
  return _hash!;
}