hash property

int get hash

Implementation

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