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