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