uncompact abstract method

List<BigInt> uncompact(
  1. List<BigInt> compactedHexagons, {
  2. required int resolution,
})

Uncompact a compacted set of hexagons to hexagons of the same resolution

Implementation

List<BigInt> uncompact(
  List<BigInt> compactedHexagons, {
  required int resolution,
});