toMap method Null safety
- @override
model -> map
Implementation
@override
Map<String, Object?> toMap() {
return {
"id": this.id,
'image': this.image,
'coordinate': this.coordinate.toMap(),
'yOffset': this.yOffset,
'isAddWithBitmapDescriptor': this.isAddWithBitmap
};
}