encode method

Object encode()

Implementation

Object encode() {
  return <Object?>[
    styleURI,
    minZoom,
    maxZoom,
    pixelRatio,
    tilesets,
    stylePackOptions,
    extraOptions,
  ];
}