encode method Null safety
Implementation
Object encode() {
return <Object?>[
id,
geometry,
fillSortKey,
fillColor,
fillOpacity,
fillOutlineColor,
fillPattern,
];
}
Object encode() {
return <Object?>[
id,
geometry,
fillSortKey,
fillColor,
fillOpacity,
fillOutlineColor,
fillPattern,
];
}