encode method Null safety
Implementation
Object encode() {
return <Object?>[
bounds?.encode(),
maxZoom,
minZoom,
maxPitch,
minPitch,
];
}
Object encode() {
return <Object?>[
bounds?.encode(),
maxZoom,
minZoom,
maxPitch,
minPitch,
];
}